Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrBezierEffect.h99 inline bool isFilled() const { return GrProcessorEdgeTypeIsFill(fEdgeType); } in isFilled() function
181 inline bool isFilled() const { return GrProcessorEdgeTypeIsFill(fEdgeType); } in isFilled() function
263 inline bool isFilled() const { return GrProcessorEdgeTypeIsFill(fEdgeType); } in isFilled() function
DGrBezierEffect.cpp221 uint32_t key = ce.isAntiAliased() ? (ce.isFilled() ? 0x0 : 0x1) : 0x2; in GenKey()
424 uint32_t key = ce.isAntiAliased() ? (ce.isFilled() ? 0x0 : 0x1) : 0x2; in GenKey()
656 uint32_t key = ce.isAntiAliased() ? (ce.isFilled() ? 0x0 : 0x1) : 0x2; in GenKey()
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DBasicBlock.java345 public boolean isFilled() { in isFilled() method in BasicBlock
448 assert !isFilled(); in add()
454 assert !isFilled(); in close()
757 builder.append(", filled: " + isFilled()); in toDetailedString()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DIRBuilder.java297 if (!block.isFilled()) { in addToWorklist()
443 if (item.block.isFilled()) {
1806 if (source.isFilled()) {