OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGlyphsCount
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/jni/android/graphics/
TextLayoutCache.h
132
inline size_t
getGlyphsCount
() const { return mGlyphs.size(); }
Canvas.cpp
780
doDrawGlyphs(canvas, value->getGlyphs(), 0, value->
getGlyphsCount
(), x, y, flags, paint);
[
all
...]
Paint.cpp
490
size_t glyphsCount = value.
getGlyphsCount
();
[
all
...]
/frameworks/base/core/jni/
android_view_GLES20Canvas.cpp
490
size_t glyphsCount = value->
getGlyphsCount
();
520
size_t glyphsCount = value->
getGlyphsCount
();
[
all
...]
Completed in 162 milliseconds