Home
last modified time | relevance | path

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

/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.cpp40 SkAutoTArray<SkPoint> pos(len);
41 SkAutoTArray<SkScalar> widths(len);
Ddftext.cpp123 SkAutoTArray<SkPoint> pos(SkToInt(textLen)); in onDraw()
124 SkAutoTArray<SkScalar> widths(SkToInt(textLen)); in onDraw()
Dstrokerect.cpp33 SkAutoTArray<SkPoint> points(n); in draw_path()
Dtexdata.cpp27 SkAutoTArray<SkPMColor> gTextureData((2 * S) * (2 * S));
Dpathcontourstart.cpp119 SkAutoTArray<SkPoint> points(n); in drawOneColumn()
/external/skia/bench/
DPathBench.cpp308 SkAutoTArray<int> fVerbCnts;
309 SkAutoTArray<SkPath::Verb> fVerbs;
310 SkAutoTArray<SkPoint> fPoints;
378 SkAutoTArray<SkPath> fPaths;
379 SkAutoTArray<SkPath> fCopies;
424 SkAutoTArray<SkPath> fPaths;
425 SkAutoTArray<SkPath> fTransformed;
466 SkAutoTArray<SkPath> fPaths;
467 SkAutoTArray<SkPath> fCopies;
563 SkAutoTArray<SkPath> fPaths0;
[all …]
DGLBench.cpp147 SkAutoTArray<uint32_t> readback(screenWidth * screenHeight); in DumpImage()
/external/skia/include/private/
DSkTemplates.h115 template <typename T> class SkAutoTArray : SkNoncopyable {
117 SkAutoTArray() { in SkAutoTArray() function
123 explicit SkAutoTArray(int count) { in SkAutoTArray() function
144 ~SkAutoTArray() { delete[] fArray; } in ~SkAutoTArray()
157 void swap(SkAutoTArray& other) { in swap()
DSkTHash.h153 SkAutoTArray<Slot> oldSlots(capacity); in resize()
189 SkAutoTArray<Slot> fSlots;
/external/skia/src/gpu/text/
DGrDistanceFieldAdjustTable.cpp67 SkAutoTArray<uint8_t> data((int)size);
/external/skia/tests/
DAsADashTest.cpp46 SkAutoTArray<SkScalar> intervals(info.fCount); in DEF_TEST()
DTextBlobCacheTest.cpp83 SkAutoTArray<uint16_t> text(maxTotalText); in text_blob_cache_inner()
DFontHostTest.cpp116 SkAutoTArray<SkFontTableTag> array(n); in test_fontstream()
DSurfaceTest.cpp96 SkAutoTArray<uint32_t> pixels(kW * kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/core/
DSkAdvancedTypefaceMetrics.h117 SkAutoTDelete<SkAutoTArray<SkString> > fGlyphNames;
DSkGlyphCache.h267 SkAutoTArray<CharGlyphRec> fPackedUnicharIDToPackedGlyphID;
DSkRemote.cpp398 SkAutoTArray<SkPoint> pos(length); in onDrawPosTextH()
DSkRegion.cpp1474 SkAutoTArray<RunType> storage(count); in debugSetRuns()
/external/skia/src/effects/
DGrCircleBlurFragmentProcessor.cpp202 SkAutoTArray<float> halfKernel(kernelWH*kernelWH/2); in create_profile()
/external/skia/src/ports/
DSkFontHost_win.cpp382 SkAutoTArray<WCHAR> chars(count + 1); in populate_glyph_to_unicode()
384 SkAutoTArray<WORD> glyph(count); in populate_glyph_to_unicode()
DSkFontHost_FreeType.cpp634 new SkAutoTArray<SkString>(face->num_glyphs)); in onGetAdvancedTypefaceMetrics()
/external/skia/src/device/xps/
DSkXPSDevice.cpp1025 SkAutoTArray<SkColor> colors(info.fColorCount); in createXpsBrush()
1026 SkAutoTArray<SkScalar> colorOffsets(info.fColorCount); in createXpsBrush()
/external/skia/src/utils/
DSkLua.cpp1311 SkAutoTArray<SkScalar> intervals(info.fCount); in lpatheffect_asADash()