HomeSort by relevance Sort by last modified time
    Searched defs:ttcIndex (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/include/device/xps/
SkXPSDevice.h 152 int ttcIndex;
  /external/skia/include/device/xps/
SkXPSDevice.h 157 int ttcIndex;
  /external/skia/tests/
FontHostStreamTest.cpp 101 int ttcIndex;
102 SkStream* fontData = origTypeface->openStream(&ttcIndex);
  /external/chromium_org/third_party/skia/src/core/
SkTypeface.cpp 106 int ttcIndex; // TODO: write this to the stream?
107 SkAutoTUnref<SkStream> rstream(this->openStream(&ttcIndex));
165 SkStream* SkTypeface::openStream(int* ttcIndex) const {
167 if (NULL == ttcIndex) {
169 ttcIndex = &ttcIndexStorage;
171 return this->onOpenStream(ttcIndex);
  /external/skia/src/core/
SkTypeface.cpp 106 int ttcIndex; // TODO: write this to the stream?
107 SkAutoTUnref<SkStream> rstream(this->openStream(&ttcIndex));
165 SkStream* SkTypeface::openStream(int* ttcIndex) const {
167 if (NULL == ttcIndex) {
169 ttcIndex = &ttcIndexStorage;
171 return this->onOpenStream(ttcIndex);
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 341 int ttcCount = (current->ttcIndex + 1);
354 current->ttcIndex,
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 341 int ttcCount = (current->ttcIndex + 1);
354 current->ttcIndex,
    [all...]

Completed in 407 milliseconds