Searched defs:pbis (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc43 PushbackInputStream* pbis = down_cast<PushbackInputStream*>(is); local
44 if (IsCollection(pbis)) {
45 LoadCollection(pbis, output);
49 font.Attach(LoadSingleOTF(pbis));
71 PushbackInputStream* pbis = down_cast<PushbackInputStream*>(is); local
72 if (IsCollection(pbis)) {
73 LoadCollectionForBuilding(pbis, output);
77 builder.Attach(LoadSingleOTFForBuilding(pbis));
196 bool FontFactory::IsCollection(PushbackInputStream* pbis) { argument
198 pbis
[all...]
/external/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc43 PushbackInputStream* pbis = down_cast<PushbackInputStream*>(is); local
44 if (IsCollection(pbis)) {
45 LoadCollection(pbis, output);
49 font.Attach(LoadSingleOTF(pbis));
71 PushbackInputStream* pbis = down_cast<PushbackInputStream*>(is); local
72 if (IsCollection(pbis)) {
73 LoadCollectionForBuilding(pbis, output);
77 builder.Attach(LoadSingleOTFForBuilding(pbis));
196 bool FontFactory::IsCollection(PushbackInputStream* pbis) { argument
198 pbis
[all...]

Completed in 374 milliseconds