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

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 117 uint16_t** glyphIDs) {
123 *glyphIDs = storage->get();
141 *glyphIDs = reinterpret_cast<uint16_t*>(const_cast<void*>((text)));
157 *glyphIDs = storage->get();
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 134 uint16_t** glyphIDs) {
140 *glyphIDs = storage->get();
158 *glyphIDs = reinterpret_cast<uint16_t*>(const_cast<void*>((text)));
174 *glyphIDs = storage->get();
    [all...]

Completed in 281 milliseconds