/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/ |
H A D | GrRect.h | 38 const SkPoint inPts[], SkPoint outPts[], int ptCount) { in GrMapRectPoints()
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
H A D | DrawPoints.java | 42 final int ptCount = (SEGS + 1) * 2; in buildPoints() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsThreeWayTest.cpp | 22 int ptCount; member
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_Matrix.cpp | 55 jint ptCount, jboolean isPts) { in mapPoints() 95 jfloatArray jdst, jint dstIndex, jint ptCount) { in setPolyToPoly()
|
H A D | android_graphics_Canvas.cpp | 612 const int ptCount = (meshWidth + 1) * (meshHeight + 1); in drawBitmapMesh() local
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkOpAngle.cpp | 502 int ptCount = SkPathOpsVerbToPoints(segment.verb()); in distEndRatio() local 596 int ptCount = index ? rPts : lPts; in endsIntersect() local
|
H A D | SkOpEdgeBuilder.cpp | 159 int ptCount = SkPathOpsVerbToPoints(verb); in preFetch() local
|
H A D | SkPathOpsCubic.cpp | 158 bool SkDCubic::hullIntersects(const SkDPoint* pts, int ptCount, bool* isLinear) const { in hullIntersects()
|
H A D | SkPathOpsDebug.cpp | 618 int ptCount = SkPathOpsVerbToPoints(verb); in dump_curve() local
|
/aosp_15_r20/external/skia/src/utils/ |
H A D | SkDashPath.cpp | 267 SkScalar ptCount = pathLength * intervalCount / (float)intervalLength; in init() local
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowNativeMatrix.java | 59 int ptCount, in nMapPoints()
|
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
H A D | MatrixNatives.java | 44 int ptCount, in nMapPoints()
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkGlyph.cpp | 484 auto addPts = [&expandGap, &pts, topOffset, bottomOffset](int ptCount) { in calculate_path_gap()
|
H A D | SkScan_Hairline.cpp | 473 void extend_pts(SkPath::Verb prevVerb, SkPath::Verb nextVerb, SkPoint* pts, int ptCount) { in extend_pts()
|
H A D | SkGeometry.cpp | 1590 const int ptCount = 2 * quadCount + 1; in chopIntoQuadsPOW2() local
|
H A D | SkPath.cpp | 2451 int ptCount = 1; // moveTo in next() local
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | Matrix.java | 863 int ptCount, boolean isPts); in nMapPoints()
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | SkiaCanvas.cpp | 683 const int ptCount = (meshWidth + 1) * (meshHeight + 1); in drawBitmapMesh() local
|