HomeSort by relevance Sort by last modified time
    Searched refs:getFillType (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
PathTest.java 29 final Path.FillType defaultFillType = path.getFillType();
35 assertEquals(path.getFillType(), fillType);
  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 97 target->stencilPath(pipelineBuilder, pp, p, convert_skpath_filltype(path.getFillType()));
130 target->stencilPath(pipelineBuilder, pp, p, convert_skpath_filltype(path.getFillType()));
162 target->drawPath(pipelineBuilder, pp, p, convert_skpath_filltype(path.getFillType()));
GrDefaultPathRenderer.cpp 588 switch (path.getFillType()) {
742 SkASSERT(SkPath::kInverseEvenOdd_FillType != path.getFillType());
743 SkASSERT(SkPath::kInverseWinding_FillType != path.getFillType());
GrContext.cpp     [all...]
GrTessellatingPathRenderer.cpp     [all...]
  /external/skia/tools/lua/
dump_clipstack_at_restore.lua 20 io.write(", fill: ", element["path"]:getFillType())
count_reduced_clipstacks.lua 29 info = info .. ", fill: " .. element["path"]:getFillType()
  /external/skia/tests/
PathOpsSimplifyFailTest.cpp 65 REPORTER_ASSERT(reporter, result.getFillType() == SkPath::kWinding_FillType);
91 REPORTER_ASSERT(reporter, result.getFillType() != SkPath::kWinding_FillType);
EmptyPathTest.cpp 51 paint.isAntiAlias(), path.getFillType(), path.countPoints());
PathOpsExtendedTest.cpp 521 scaledA.setFillType(a.getFillType());
523 scaledB.setFillType(b.getFillType());
531 scaledOut.setFillType(out.getFillType());
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 88 assertEquals(expected1, path.getFillType());
90 assertEquals(expected2, path.getFillType());
92 assertEquals(expected3, path.getFillType());
94 assertEquals(expected4, path.getFillType());
239 assertEquals(expected, path.getFillType());
  /external/skia/src/pathops/
SkOpEdgeBuilder.cpp 14 fXorMask[0] = fXorMask[1] = (fPath->getFillType() & 1) ? kEvenOdd_PathOpsMask
24 fXorMask[1] = (fPath->getFillType() & 1) ? kEvenOdd_PathOpsMask
SkPathOpsOp.cpp 212 fprintf(file, " path.setFillType((SkPath::FillType) %d);\n", one.getFillType());
216 fprintf(file, " path.setFillType((SkPath::FillType) %d);\n", two.getFillType());
SkPathOpsDebug.cpp 654 SkPath::FillType fillType = path.getFillType();
  /external/skia/src/animator/
SkDrawPath.cpp 147 value->fOperand.fS32 = (int) fPath.getFillType();
  /frameworks/base/graphics/java/android/graphics/
Path.java 76 final FillType fillType = getFillType();
230 public FillType getFillType() {
  /external/skia/src/core/
SkScan_Path.cpp 473 walk_convex_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, NULL);
482 walk_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc, rightEdge);
SkPath.cpp     [all...]
  /frameworks/base/core/jni/android/graphics/
Path.cpp 78 static jint getFillType(JNIEnv* env, jobject clazz, jlong objHandle) {
80 return obj->getFillType();
486 {"native_getFillType","(J)I", (void*) SkPathGlue::getFillType},
  /external/skia/include/core/
SkPath.h 70 FillType getFillType() const { return (FillType)fFillType; }
    [all...]
  /external/skia/src/utils/debugger/
SkObjectParser.cpp 118 mPath->append(gFillStrings[path.getFillType()]);
SkDebugCanvas.cpp 617 SkPath::FillType fillType = path.getFillType();
  /external/skia/src/pdf/
SkPDFDevice.cpp 322 clipFill = clipPath->getFillType();
    [all...]
SkPDFFont.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 944 milliseconds

1 2