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

  /external/chromium_org/third_party/skia/tools/timer/
TimerData.h 78 SkAutoTArray<double> fWallTimes;
79 SkAutoTArray<double> fTruncatedWallTimes;
80 SkAutoTArray<double> fCpuTimes;
81 SkAutoTArray<double> fTruncatedCpuTimes;
82 SkAutoTArray<double> fGpuTimes;
  /external/chromium_org/third_party/skia/gm/
getpostextpath.cpp 55 SkAutoTArray<SkPoint> pos(len);
56 SkAutoTArray<SkScalar> widths(len);
strokerect.cpp 33 SkAutoTArray<SkPoint> points(n);
dftext.cpp 122 SkAutoTArray<SkPoint> pos(textLen);
123 SkAutoTArray<SkScalar> widths(textLen);
texdata.cpp 43 SkAutoTArray<SkPMColor> gTextureData((2 * S) * (2 * S));
  /external/chromium_org/third_party/skia/include/core/
SkTemplates.h 208 template <typename T> class SkAutoTArray : SkNoncopyable {
210 SkAutoTArray() {
216 explicit SkAutoTArray(int count) {
237 ~SkAutoTArray() {
257 /** Wraps SkAutoTArray, with room for up to N elements preallocated
SkAdvancedTypefaceMetrics.h 115 SkAutoTDelete<SkAutoTArray<SkString> > fGlyphNames;
  /external/chromium_org/third_party/skia/tests/
AsADashTest.cpp 46 SkAutoTArray<SkScalar> intervals(info.fCount);
FontHostTest.cpp 117 SkAutoTArray<SkFontTableTag> array(n);
  /external/chromium_org/third_party/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...]
  /external/chromium_org/third_party/skia/src/gpu/
GrLayerHoister.cpp 42 SkAutoTArray<bool> pullForward(topLevelGPUData->numSaveLayers());
GrDistanceFieldTextContext.cpp 513 SkAutoTArray<uint8_t> data((int)size);
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrDashingEffect.cpp 627 SkAutoTArray<SkScalar> intervals(info.fCount);
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 396 SkAutoTArray<WCHAR> chars(count + 1);
398 SkAutoTArray<WORD> glyph(count);
    [all...]
SkFontHost_FreeType.cpp 702 new SkAutoTArray<SkString>(face->num_glyphs));
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp     [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 1043 SkAutoTArray<SkScalar> intervals(info.fCount);
    [all...]

Completed in 252 milliseconds