OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fGlyphSet
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/layout/
ThaiLayoutEngine.cpp
30
fGlyphSet
= 3;
33
fGlyphSet
= 0;
36
fGlyphSet
= 1;
43
fGlyphSet
= 2;
46
fGlyphSet
= 3;
90
glyphCount = ThaiShaping::compose(chars, offset, count,
fGlyphSet
, fErrorChar, outChars, glyphStorage);
ThaiLayoutEngine.h
34
* language. It examines the font, using LEFontInstance::canDisplay, to set
fGlyphSet
79
le_uint8
fGlyphSet
;
/external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.h
43
SkPDFGlyphSet*
fGlyphSet
;
SkPDFFont.cpp
666
fGlyphSet
(glyphSet) {
695
myUsage->merge(*(usage.fMap[i].
fGlyphSet
));
701
delete fMap[i].
fGlyphSet
; // Should not be NULL.
718
return fMap[i].
fGlyphSet
;
724
fMap[index].
fGlyphSet
= new SkPDFGlyphSet();
725
return fMap[index].
fGlyphSet
;
[
all
...]
SkPDFDocument.cpp
41
entry->fFont->getFontSubset(entry->
fGlyphSet
);
Completed in 47 milliseconds