Searched refs:isFilled (Results 1 – 3 of 3) sorted by relevance
97 inline bool isFilled() const { return GrProcessorEdgeTypeIsFill(fEdgeType); } in isFilled() function177 inline bool isFilled() const { return GrProcessorEdgeTypeIsFill(fEdgeType); } in isFilled() function252 inline bool isFilled() const { return GrProcessorEdgeTypeIsFill(fEdgeType); } in isFilled() function
234 uint32_t key = ce.isAntiAliased() ? (ce.isFilled() ? 0x0 : 0x1) : 0x2; in GenKey()450 uint32_t key = ce.isAntiAliased() ? (ce.isFilled() ? 0x0 : 0x1) : 0x2; in GenKey()685 uint32_t key = ce.isAntiAliased() ? (ce.isFilled() ? 0x0 : 0x1) : 0x2; in GenKey()
248 bool isFilled() const { return allocated > almostEmptyThreshold; } in isFilled() function626 bool prevFilled = block->isFilled(); in fastFree()628 if( !block->isFilled() && (block->allocated == 0 || prevFilled) ) in fastFree()