OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGlyphCount
(Results
1 - 25
of
37
) sorted by null
1
2
/external/icu/icu4c/source/layout/
SegmentSingleProcessor2.cpp
39
le_int32 glyphCount = glyphStorage.
getGlyphCount
();
SimpleArrayProcessor.cpp
37
le_int32 glyphCount = glyphStorage.
getGlyphCount
();
SimpleArrayProcessor2.cpp
40
le_int32 glyphCount = glyphStorage.
getGlyphCount
();
SingleTableProcessor.cpp
39
le_int32 glyphCount = glyphStorage.
getGlyphCount
();
SingleTableProcessor2.cpp
41
le_int32 glyphCount = glyphStorage.
getGlyphCount
();
LEGlyphStorage.h
137
inline le_int32
getGlyphCount
() const;
533
inline le_int32 LEGlyphStorage::
getGlyphCount
() const
SegmentArrayProcessor.cpp
38
le_int32 glyphCount = glyphStorage.
getGlyphCount
();
SegmentArrayProcessor2.cpp
38
le_int32 glyphCount = glyphStorage.
getGlyphCount
();
SegmentSingleProcessor.cpp
38
le_int32 glyphCount = glyphStorage.
getGlyphCount
();
TrimmedArrayProcessor.cpp
46
le_int32 glyphCount = glyphStorage.
getGlyphCount
();
TrimmedArrayProcessor2.cpp
42
le_int32 glyphCount = glyphStorage.
getGlyphCount
();
StateTableProcessor.cpp
53
le_int32 glyphCount = glyphStorage.
getGlyphCount
();
LayoutEngine.cpp
161
le_int32 LayoutEngine::
getGlyphCount
() const
163
return fGlyphStorage->
getGlyphCount
();
327
return glyphStorage.
getGlyphCount
();
344
le_int32 i, glyphCount = glyphStorage.
getGlyphCount
();
390
le_int32 p, glyphCount = glyphStorage.
getGlyphCount
();
427
le_int32 glyphCount = glyphStorage.
getGlyphCount
();
501
if (fGlyphStorage->
getGlyphCount
() > 0) {
LayoutEngine.h
386
le_int32
getGlyphCount
() const;
LigatureSubstProc.cpp
93
if(componentGlyph > (le_uint32)glyphStorage.
getGlyphCount
()) {
loengine.cpp
70
return le->
getGlyphCount
();
KernTable.cpp
200
for (int i = 1, e = storage.
getGlyphCount
(); LE_SUCCESS(success)&& i < e; ++i) {
252
storage.adjustPosition(storage.
getGlyphCount
(), adjust, 0, success);
LigatureSubstProc2.cpp
98
if(componentGlyph > glyphStorage.
getGlyphCount
() || componentGlyph < 0) {
ArabicLayoutEngine.cpp
155
le_int32 tempGlyphCount = tempGlyphStorage.
getGlyphCount
();
StateTableProcessor2.cpp
60
le_int32 glyphCount = glyphStorage.
getGlyphCount
();
/external/skia/src/gpu/
GrPathRendering.cpp
31
return fScalerContext->
getGlyphCount
();
/external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h
239
inline le_int32
getGlyphCount
() const;
690
inline le_int32 ParagraphLayout::VisualRun::
getGlyphCount
() const
/external/skia/src/core/
SkScalerContext.h
219
return (glyphID <
getGlyphCount
()) ? generateGlyphToChar(glyphID) : 0;
222
unsigned
getGlyphCount
() { return this->generateGlyphCount(); }
/frameworks/base/libs/hwui/font/
CacheTexture.h
141
inline uint16_t
getGlyphCount
() const {
/external/icu/icu4c/source/layoutex/
playout.cpp
255
return vr->
getGlyphCount
();
Completed in 3442 milliseconds
1
2