/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/ |
H A D | TupleVariation.py | 642 variations, pointCount, axisTags, sharedTupleIndices, useSharedPoints=True argument 712 pointCount, argument 748 pointCount, sharedTuples, sharedPoints, tableTag, axisTags, data, tupleData argument
|
H A D | _g_v_a_r.py | 258 def compileGlyph_(variations, pointCount, axisTags, sharedCoordIndices): argument 270 def decompileGlyph_(pointCount, sharedTuples, axisTags, data): argument
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkPathOpsQuad.h | 101 static int pointCount() { return kPointCount; } in pointCount() function 186 int pointCount() const override { return SkDQuad::kPointCount; } in pointCount() function
|
H A D | SkPathOpsConic.h | 110 static int pointCount() { return kPointCount; } in pointCount() function 196 int pointCount() const override { return SkDConic::kPointCount; } in pointCount() function
|
H A D | SkPathOpsCubic.h | 100 static int pointCount() { return kPointCount; } in pointCount() function 242 int pointCount() const override { return SkDCubic::kPointCount; } in pointCount() function
|
H A D | SkPathOpsTSect.h | 172 int pointCount() const { in pointCount() function
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | Matrix.java | 582 int pointCount) { in checkPointArrays() 606 int pointCount) { in setPolyToPoly() 635 int pointCount) { in mapPoints() 859 float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount); in nSetPolyToPoly()
|
/aosp_15_r20/external/skia/docs/examples/ |
H A D | Path_Iter_next.cpp | 17 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
|
H A D | Conic_Weight_a.cpp | 7 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
|
H A D | Conic_Weight_b.cpp | 7 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
|
H A D | Conic_Weight_c.cpp | 7 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
|
H A D | Path_Iter_setPath.cpp | 9 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
|
H A D | Path_Iter_const_SkPath.cpp | 9 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
|
/aosp_15_r20/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
H A D | RenderPatch.java | 48 int pointCount; in RenderPatch() local
|
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/filter/ |
H A D | ApproximatorN.java | 14 int pointCount = points.length / 2; in reduceWithDouglasPeucker() local
|
/aosp_15_r20/external/libmonet/quantize/ |
H A D | QuantizerWsmeans.java | 81 int pointCount = 0; in quantize() local
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | TonemapCurve.java | 312 int pointCount = curve.length / POINT_SIZE; in curveToString() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkPath.cpp | 251 int pointCount = fPathRef->countPoints(); in interpolate() local 321 int pointCount = SkPathPriv::PtsInVerb((unsigned) verb); in conservativelyContainsRect() local 2319 int pointCount = this->countPoints(); in computeConvexity() local 3516 SkPath SkPath::Make(const SkPoint pts[], int pointCount, in Make()
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/common/ |
H A D | DepthPhotoProcessor.cpp | 347 size_t pointCount = inputFrame.mDepthMapWidth * inputFrame.mDepthMapHeight; in processDepthMapFrame() local
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowNativeMatrix.java | 48 long nObject, float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount) { in nSetPolyToPoly()
|
H A D | ShadowLegacyMatrix.java | 325 protected void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, int pointCount) { in mapPoints()
|
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
H A D | MatrixNatives.java | 36 long nObject, float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount); in nSetPolyToPoly()
|
/aosp_15_r20/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
H A D | ImageReaderSubPane.java | 717 int pointCount = pointList.limit() / 3; in writeDepthPointImage() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsExtendedTest.cpp | 438 const int pointCount[] = { 1, 2, 3, 3, 4, 0 }; in json_path_out() local
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_bad_pixels.cpp | 1728 uint32 pointCount = fList->PointCount (); in ProcessArea() local
|