/external/skia/docs/examples/ |
D | Conic_Weight_a.cpp | 8 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
|
D | Path_Iter_next.cpp | 18 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
|
D | Conic_Weight_c.cpp | 8 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
|
D | Conic_Weight_b.cpp | 8 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
|
D | Path_Iter_setPath.cpp | 10 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
|
D | Path_Iter_const_SkPath.cpp | 10 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_v_a_r.py | 212 def compileGlyph_(variations, pointCount, axisTags, sharedCoordIndices): argument 225 def decompileGlyph_(pointCount, sharedTuples, axisTags, data): argument
|
D | TupleVariation.py | 593 def compileTupleVariationStore(variations, pointCount, argument 665 tupleVariationCount, pointCount, sharedTuples, argument 687 def decompileTupleVariation_(pointCount, sharedTuples, sharedPoints, argument
|
/external/skqp/src/pathops/ |
D | SkPathOpsQuad.h | 89 static int pointCount() { return kPointCount; } in pointCount() function 174 int pointCount() const override { return SkDQuad::kPointCount; } in pointCount() function
|
D | SkPathOpsCubic.h | 88 static int pointCount() { return kPointCount; } in pointCount() function 230 int pointCount() const override { return SkDCubic::kPointCount; } in pointCount() function
|
D | SkPathOpsConic.h | 97 static int pointCount() { return kPointCount; } in pointCount() function 183 int pointCount() const override { return SkDConic::kPointCount; } in pointCount() function
|
D | SkPathOpsTSect.h | 172 int pointCount() const { in pointCount() function
|
/external/skia/src/pathops/ |
D | SkPathOpsQuad.h | 89 static int pointCount() { return kPointCount; } in pointCount() function 174 int pointCount() const override { return SkDQuad::kPointCount; } in pointCount() function
|
D | SkPathOpsConic.h | 97 static int pointCount() { return kPointCount; } in pointCount() function 183 int pointCount() const override { return SkDConic::kPointCount; } in pointCount() function
|
D | SkPathOpsCubic.h | 88 static int pointCount() { return kPointCount; } in pointCount() function 230 int pointCount() const override { return SkDCubic::kPointCount; } in pointCount() function
|
D | SkPathOpsTSect.h | 171 int pointCount() const { in pointCount() function
|
/external/skqp/src/core/ |
D | SkPathRef.cpp | 61 int pointCount = fPathRef->fPointCnt; in shrinkToFit() local 328 int32_t verbCount, pointCount, conicCount; in CreateFromBuffer() local
|
D | SkPath.cpp | 255 int pointCount = fPathRef->countPoints(); in interpolate() local 2806 int pointCount = this->countPoints(); in internalGetConvexity() local
|
/external/grpc-grpc/examples/node/static_codegen/route_guide/ |
D | route_guide_pb.js | 839 pointCount: msg.getPointCount(), property
|
/external/skia/src/core/ |
D | SkPath.cpp | 242 int pointCount = fPathRef->countPoints(); in interpolate() local 311 int pointCount = SkPathPriv::PtsInVerb((unsigned) verb); in conservativelyContainsRect() local 2221 int pointCount = this->countPoints(); in computeConvexity() local 3376 SkPath SkPath::Make(const SkPoint pts[], int pointCount, in Make()
|
/external/skqp/src/gpu/ |
D | GrPathUtils.cpp | 169 int pointCount = 0; in worstCasePointCount() local
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMatrix.java | 326 protected void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, int pointCount) { in mapPoints()
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 423 const int pointCount[] = { 1, 2, 3, 3, 4, 0 }; in json_path_out() local
|
/external/skqp/tests/ |
D | PathOpsExtendedTest.cpp | 519 const int pointCount[] = { 1, 2, 3, 3, 4, 0 }; in json_path_out() local
|
/external/dng_sdk/source/ |
D | dng_bad_pixels.cpp | 1728 uint32 pointCount = fList->PointCount (); in ProcessArea() local
|