Searched refs:SkAutoTArray (Results 1 – 25 of 25) sorted by relevance
36 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()
17 SkAutoTArray<SkScalar> widths(SkToInt(textLen)); in excercise_draw_pos_text()19 SkAutoTArray<SkPoint> pos(SkToInt(textLen)); in excercise_draw_pos_text()
40 SkAutoTArray<SkPoint> pos(len);41 SkAutoTArray<SkScalar> widths(len);
123 SkAutoTArray<SkPoint> pos(SkToInt(textLen)); in onDraw()124 SkAutoTArray<SkScalar> widths(SkToInt(textLen)); in onDraw()
33 SkAutoTArray<SkPoint> points(n); in draw_path()
27 SkAutoTArray<SkPMColor> gTextureData((2 * S) * (2 * S));
119 SkAutoTArray<SkPoint> points(n); in drawOneColumn()
308 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 …]
147 SkAutoTArray<uint32_t> readback(screenWidth * screenHeight); in DumpImage()
115 template <typename T> class SkAutoTArray : SkNoncopyable {117 SkAutoTArray() { in SkAutoTArray() function123 explicit SkAutoTArray(int count) { in SkAutoTArray() function144 ~SkAutoTArray() { delete[] fArray; } in ~SkAutoTArray()157 void swap(SkAutoTArray& other) { in swap()
153 SkAutoTArray<Slot> oldSlots(capacity); in resize()189 SkAutoTArray<Slot> fSlots;
67 SkAutoTArray<uint8_t> data((int)size);
46 SkAutoTArray<SkScalar> intervals(info.fCount); in DEF_TEST()
83 SkAutoTArray<uint16_t> text(maxTotalText); in text_blob_cache_inner()
116 SkAutoTArray<SkFontTableTag> array(n); in test_fontstream()
96 SkAutoTArray<uint32_t> pixels(kW * kH); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
117 SkAutoTDelete<SkAutoTArray<SkString> > fGlyphNames;
267 SkAutoTArray<CharGlyphRec> fPackedUnicharIDToPackedGlyphID;
398 SkAutoTArray<SkPoint> pos(length); in onDrawPosTextH()
1474 SkAutoTArray<RunType> storage(count); in debugSetRuns()
202 SkAutoTArray<float> halfKernel(kernelWH*kernelWH/2); in create_profile()
382 SkAutoTArray<WCHAR> chars(count + 1); in populate_glyph_to_unicode()384 SkAutoTArray<WORD> glyph(count); in populate_glyph_to_unicode()
634 new SkAutoTArray<SkString>(face->num_glyphs)); in onGetAdvancedTypefaceMetrics()
1025 SkAutoTArray<SkColor> colors(info.fColorCount); in createXpsBrush()1026 SkAutoTArray<SkScalar> colorOffsets(info.fColorCount); in createXpsBrush()
1311 SkAutoTArray<SkScalar> intervals(info.fCount); in lpatheffect_asADash()