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

  /frameworks/base/libs/hwui/
SkiaCanvasProxy.cpp 214 * into glyphIDs.
221 glyphIDs = (uint16_t*)text;
226 glyphIDs = storage.get();
233 uint16_t* glyphIDs;
241 // convert to glyphIDs if necessary
247 glyphs.paint.getTextWidths(glyphs.glyphIDs, glyphs.count << 1, glyphWidths.get());
253 glyphs.paint.measureText(glyphs.glyphIDs, glyphs.count << 1, &bounds);
293 mCanvas->drawGlyphs(glyphs.glyphIDs, &pointStorage[0].fX, glyphs.count, glyphs.paint,
299 // convert to glyphIDs if necessary
328 glyphs.paint.measureText(&glyphs.glyphIDs[i], sizeof(uint16_t), &glyphBounds)
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 129 const uint16_t** glyphIDs) {
135 *glyphIDs = storage->get();
152 *glyphIDs = static_cast<const uint16_t*>(text);
168 *glyphIDs = storage->get();
    [all...]

Completed in 76 milliseconds