OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createGlyphArrays
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.h
125
void
createGlyphArrays
(int);
ComplexTextControllerLinux.cpp
65
createGlyphArrays
((m_run.length() + 2) * 2);
239
void ComplexTextController::
createGlyphArrays
(int size)
283
createGlyphArrays
(m_item.num_glyphs + 1);
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp
499
void
createGlyphArrays
(int);
558
createGlyphArrays
((m_run.length() + 2) * 2);
768
void TextRunWalker::
createGlyphArrays
(int size)
807
createGlyphArrays
(m_item.num_glyphs << 1);
[
all
...]
Completed in 212 milliseconds