HomeSort by relevance Sort by last modified time
    Searched refs:SkAutoTArray (Results 1 - 25 of 25) sorted by null

  /external/skia/gm/
getpostextpath.cpp 40 SkAutoTArray<SkPoint> pos(len);
41 SkAutoTArray<SkScalar> widths(len);
pdf_never_embed.cpp 17 SkAutoTArray<SkScalar> widths(SkToInt(textLen));
19 SkAutoTArray<SkPoint> pos(SkToInt(textLen));
skbug_257.cpp 36 SkAutoTArray<SkScalar> widths(count);
38 SkAutoTArray<SkPoint> pos(count);
52 SkAutoTArray<SkScalar> widths(count);
54 SkAutoTArray<SkScalar> pos(count);
strokerect.cpp 33 SkAutoTArray<SkPoint> points(n);
dftext.cpp 123 SkAutoTArray<SkPoint> pos(SkToInt(textLen));
124 SkAutoTArray<SkScalar> widths(SkToInt(textLen));
pathcontourstart.cpp 119 SkAutoTArray<SkPoint> points(n);
texdata.cpp 27 SkAutoTArray<SkPMColor> gTextureData((2 * S) * (2 * S));
  /external/skia/src/gpu/text/
GrDistanceFieldAdjustTable.cpp 67 SkAutoTArray<uint8_t> data((int)size);
  /external/skia/include/private/
SkTemplates.h 115 template <typename T> class SkAutoTArray : SkNoncopyable {
117 SkAutoTArray() {
123 explicit SkAutoTArray(int count) {
144 ~SkAutoTArray() { delete[] fArray; }
157 void swap(SkAutoTArray& other) {
167 /** Wraps SkAutoTArray, with room for kCountRequested elements preallocated.
SkTHash.h 153 SkAutoTArray<Slot> oldSlots(capacity);
189 SkAutoTArray<Slot> fSlots;
  /external/skia/tests/
AsADashTest.cpp 46 SkAutoTArray<SkScalar> intervals(info.fCount);
TextBlobCacheTest.cpp 83 SkAutoTArray<uint16_t> text(maxTotalText);
FontHostTest.cpp 116 SkAutoTArray<SkFontTableTag> array(n);
SurfaceTest.cpp 96 SkAutoTArray<uint32_t> pixels(kW * kH);
    [all...]
  /external/skia/bench/
PathBench.cpp 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...]
GLBench.cpp 147 SkAutoTArray<uint32_t> readback(screenWidth * screenHeight);
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.h 117 SkAutoTDelete<SkAutoTArray<SkString> > fGlyphNames;
SkGlyphCache.h 267 SkAutoTArray<CharGlyphRec> fPackedUnicharIDToPackedGlyphID;
SkRemote.cpp 398 SkAutoTArray<SkPoint> pos(length);
SkRegion.cpp     [all...]
  /external/skia/src/effects/
GrCircleBlurFragmentProcessor.cpp 202 SkAutoTArray<float> halfKernel(kernelWH*kernelWH/2);
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 382 SkAutoTArray<WCHAR> chars(count + 1);
384 SkAutoTArray<WORD> glyph(count);
    [all...]
SkFontHost_FreeType.cpp 634 new SkAutoTArray<SkString>(face->num_glyphs));
    [all...]
  /external/skia/src/utils/
SkLua.cpp     [all...]

Completed in 750 milliseconds