Home
last modified time | relevance | path

Searched refs:SkAutoTArray (Results 1 – 25 of 33) sorted by relevance

12

/external/skia/gm/
Dskbug_257.cpp36 SkAutoTArray<SkScalar> widths(count); in exercise_draw_pos_text()
38 SkAutoTArray<SkPoint> pos(count); in exercise_draw_pos_text()
52 SkAutoTArray<SkScalar> widths(count); in exercise_draw_pos_text_h()
54 SkAutoTArray<SkScalar> pos(count); in exercise_draw_pos_text_h()
Dpdf_never_embed.cpp17 SkAutoTArray<SkScalar> widths(SkToInt(textLen)); in excercise_draw_pos_text()
19 SkAutoTArray<SkPoint> pos(SkToInt(textLen)); in excercise_draw_pos_text()
Dgetpostextpath.cpp41 SkAutoTArray<SkPoint> pos(len);
42 SkAutoTArray<SkScalar> widths(len);
Ddftext.cpp117 SkAutoTArray<SkPoint> pos(SkToInt(textLen)); in onDraw()
118 SkAutoTArray<SkScalar> widths(SkToInt(textLen)); in onDraw()
Dstrokerect.cpp34 SkAutoTArray<SkPoint> points(n); in draw_path()
Dpathcontourstart.cpp116 SkAutoTArray<SkPoint> points(n); in drawOneColumn()
Dtexdata.cpp81 SkAutoTArray<SkPMColor> gTextureData((2 * S) * (2 * S));
Dtexteffects.cpp326 SkAutoTArray<SkGlyphID> glyphs(glyphCount); in MakeFancyBlob()
334 SkAutoTArray<SkScalar> widths(glyphCount); in MakeFancyBlob()
/external/skia/src/gpu/
DGrPath.cpp45 SkAutoTArray<uint32_t> key0(cnt0); in isEqualTo()
46 SkAutoTArray<uint32_t> key1(cnt0); in isEqualTo()
DGrTestUtils.h78 SkAutoTArray<SkScalar> fIntervals;
/external/skia/include/private/
DSkTemplates.h87 template <typename T> class SkAutoTArray : SkNoncopyable {
89 SkAutoTArray() { in SkAutoTArray() function
95 explicit SkAutoTArray(int count) { in SkAutoTArray() function
116 ~SkAutoTArray() { delete[] fArray; } in ~SkAutoTArray()
129 void swap(SkAutoTArray& other) { in swap()
DSkTHash.h176 SkAutoTArray<Slot> oldSlots(capacity); in resize()
216 SkAutoTArray<Slot> fSlots;
/external/skia/bench/
DHardStopGradientBench_ScaleNumHardStops.cpp53 SkAutoTArray<SkColor> colors(fColorCount); in onPreDraw()
60 SkAutoTArray<SkScalar> positions(fColorCount); in onPreDraw()
DPathBench.cpp395 SkAutoTArray<int> fVerbCnts;
396 SkAutoTArray<SkPath::Verb> fVerbs;
397 SkAutoTArray<SkPoint> fPoints;
465 SkAutoTArray<SkPath> fPaths;
466 SkAutoTArray<SkPath> fCopies;
511 SkAutoTArray<SkPath> fPaths;
512 SkAutoTArray<SkPath> fTransformed;
553 SkAutoTArray<SkPath> fPaths;
554 SkAutoTArray<SkPath> fCopies;
650 SkAutoTArray<SkPath> fPaths0;
[all …]
DSkBlend_optsBench.cpp184 SkAutoTArray<uint32_t> fDst;
DGLBench.cpp169 SkAutoTArray<uint32_t> readback(screenWidth * screenHeight); in DumpImage()
/external/skia/tests/
DSkBlend_optsTest.cpp69 SkAutoTArray<uint32_t> correctDst(width); in test_blender()
70 SkAutoTArray<uint32_t> testDst(width); in test_blender()
DAsADashTest.cpp46 SkAutoTArray<SkScalar> intervals(info.fCount); in DEF_TEST()
DTemplatesTest.cpp101 test_container_apis<SkAutoTArray<int>, int>(reporter); in DEF_TEST()
DTextBlobCacheTest.cpp74 SkAutoTArray<uint16_t> text(maxTotalText); in text_blob_cache_inner()
DSurfaceSemaphoreTest.cpp116 SkAutoTArray<GrBackendSemaphore> semaphores(2); in surface_semaphore_test()
/external/skia/src/gpu/text/
DGrDistanceFieldAdjustTable.cpp65 SkAutoTArray<uint8_t> data((int)size);
/external/skia/src/effects/
DGrCircleBlurFragmentProcessor.cpp100 SkAutoTArray<float> bulkAlloc(halfKernelSize + halfKernelSize + numYSteps); in create_circle_profile()
124 SkAutoTArray<float> halfKernel(halfKernelSize); in create_half_plane_profile()
DGrCircleBlurFragmentProcessor.fp139 SkAutoTArray<float> bulkAlloc(halfKernelSize + halfKernelSize + numYSteps);
163 SkAutoTArray<float> halfKernel(halfKernelSize);
/external/skia/samplecode/
DSamplePathText.cpp329 SkAutoTArray<SkPath> fFrontPaths;
330 SkAutoTArray<SkPath> fBackPaths;

12