OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBaseGlyphCount
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkGlyphCache.h
82
unsigned
getBaseGlyphCount
(SkUnichar charCode) const {
83
return fScalerContext->
getBaseGlyphCount
(charCode);
SkScalerContext.cpp
246
unsigned SkScalerContext::
getBaseGlyphCount
(SkUnichar uni) {
[
all
...]
SkPaint.cpp
191
unsigned SkPaint::
getBaseGlyphCount
(SkUnichar text) const {
194
return cache->
getBaseGlyphCount
(text);
[
all
...]
/external/skia/src/core/
SkGlyphCache.h
82
unsigned
getBaseGlyphCount
(SkUnichar charCode) const {
83
return fScalerContext->
getBaseGlyphCount
(charCode);
SkScalerContext.cpp
246
unsigned SkScalerContext::
getBaseGlyphCount
(SkUnichar uni) {
[
all
...]
SkPaint.cpp
191
unsigned SkPaint::
getBaseGlyphCount
(SkUnichar text) const {
194
return cache->
getBaseGlyphCount
(text);
[
all
...]
Completed in 1017 milliseconds