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

  /external/chromium_org/ui/gfx/
render_text_harfbuzz.cc 261 FaceCache* face_cache = &face_caches[skia_face->uniqueID()]; local
262 if (face_cache->first == 0) {
266 *face_cache = FaceCache(harfbuzz_face, GlyphCache());
269 hb_font_t* harfbuzz_font = hb_font_create(face_cache->first);
272 int upem = hb_face_get_upem(face_cache->first);
274 FontData* hb_font_data = new FontData(&face_cache->second);
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 1009 CFX_FaceCache* face_cache = NULL; local
    [all...]

Completed in 91 milliseconds