OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HbBlob
(Results
1 - 3
of
3
) sorted by null
/frameworks/minikin/libs/minikin/
MinikinInternal.h
61
class
HbBlob
{
65
explicit
HbBlob
(hb_blob_t* blob) : mBlob(blob) {
68
~
HbBlob
() {
FontFamily.cpp
78
HbBlob
fvarTable(getFontTable(typeface.get(), fvarTag));
116
HbBlob
os2Table(getFontTable(typeface.get(), os2Tag));
173
HbBlob
cmapTable(getFontTable(typeface, cmapTag));
Layout.cpp
281
HbBlob
cbdt(hb_face_reference_table(face, HB_TAG('C', 'B', 'D', 'T')));
[
all
...]
Completed in 281 milliseconds