OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getGlyphCount
(Results
1 - 8
of
8
) sorted by null
/external/icu4c/layout/
LEGlyphStorage.h
137
inline le_int32
getGlyphCount
() const;
533
inline le_int32 LEGlyphStorage::
getGlyphCount
() const
LayoutEngine.cpp
159
le_int32 LayoutEngine::
getGlyphCount
() const
161
return fGlyphStorage->
getGlyphCount
();
325
return glyphStorage.
getGlyphCount
();
342
le_int32 i, glyphCount = glyphStorage.
getGlyphCount
();
388
le_int32 p, glyphCount = glyphStorage.
getGlyphCount
();
425
le_int32 glyphCount = glyphStorage.
getGlyphCount
();
499
if (fGlyphStorage->
getGlyphCount
() > 0) {
/frameworks/base/libs/hwui/font/
CacheTexture.h
137
inline uint16_t
getGlyphCount
() const {
/external/chromium_org/third_party/skia/src/core/
SkGlyphCache.cpp
156
unsigned SkGlyphCache::
getGlyphCount
() {
157
return fScalerContext->
getGlyphCount
();
SkScalerContext.h
180
unsigned
getGlyphCount
() { return this->generateGlyphCount(); }
/external/icu4c/layoutex/layout/
ParagraphLayout.h
232
inline le_int32
getGlyphCount
() const;
683
inline le_int32 ParagraphLayout::VisualRun::
getGlyphCount
() const
/external/skia/src/core/
SkGlyphCache.cpp
156
unsigned SkGlyphCache::
getGlyphCount
() {
157
return fScalerContext->
getGlyphCount
();
SkScalerContext.h
180
unsigned
getGlyphCount
() { return this->generateGlyphCount(); }
Completed in 123 milliseconds