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 122 const uint16_t** glyphIDs) {
128 *glyphIDs = storage->get();
145 *glyphIDs = static_cast<const uint16_t*>(text);
161 *glyphIDs = storage->get();
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 136 uint16_t** glyphIDs) {
142 *glyphIDs = storage->get();
160 *glyphIDs = reinterpret_cast<uint16_t*>(const_cast<void*>((text)));
176 *glyphIDs = storage->get();
    [all...]

Completed in 73 milliseconds