Home
last modified time | relevance | path

Searched refs:isFilled (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/effects/
DGrBezierEffect.h97 inline bool isFilled() const { return GrProcessorEdgeTypeIsFill(fEdgeType); } in isFilled() function
177 inline bool isFilled() const { return GrProcessorEdgeTypeIsFill(fEdgeType); } in isFilled() function
252 inline bool isFilled() const { return GrProcessorEdgeTypeIsFill(fEdgeType); } in isFilled() function
DGrBezierEffect.cpp234 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()
/external/opencv3/modules/core/src/
Dalloc.cpp248 bool isFilled() const { return allocated > almostEmptyThreshold; } in isFilled() function
626 bool prevFilled = block->isFilled(); in fastFree()
628 if( !block->isFilled() && (block->allocated == 0 || prevFilled) ) in fastFree()