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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 65 createGlyphArrays((m_run.length() + 2) * 2);
239 void ComplexTextController::createGlyphArrays(int size)
283 createGlyphArrays(m_item.num_glyphs + 1);
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 369 createGlyphArrays(shaperItem, (contextCount + 2) * 2);
399 createGlyphArrays(shaperItem, shaperItem.num_glyphs << 1);
612 void TextLayoutCacheValue::createGlyphArrays(HB_ShaperItem& shaperItem, int size) {
  /external/webkit/Source/WebCore/platform/graphics/android/
FontAndroid.cpp 447 void createGlyphArrays(int);
517 createGlyphArrays((m_run.length() + 2) * 2);
733 void TextRunWalker::createGlyphArrays(int size)
772 createGlyphArrays(m_item.num_glyphs << 1);
    [all...]

Completed in 536 milliseconds