Searched refs:CompositeBitmapGlyph (Results 1 - 3 of 3) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.cc21 * CompositeBitmapGlyph class
23 CompositeBitmapGlyph::CompositeBitmapGlyph(ReadableFontData* data, function in class:sfntly::CompositeBitmapGlyph
29 CompositeBitmapGlyph::~CompositeBitmapGlyph() {
32 int32_t CompositeBitmapGlyph::NumComponents() {
36 CompositeBitmapGlyph::Component CompositeBitmapGlyph::GetComponent(
40 return CompositeBitmapGlyph::Component(
46 void CompositeBitmapGlyph
[all...]
H A Dcomposite_bitmap_glyph.h24 class CompositeBitmapGlyph : public BitmapGlyph, class in namespace:sfntly
25 public RefCounted<CompositeBitmapGlyph> {
47 friend class CompositeBitmapGlyph;
60 CompositeBitmapGlyph(ReadableFontData* data, int32_t format);
61 virtual ~CompositeBitmapGlyph();
H A Dbitmap_glyph.cc65 builder = new CompositeBitmapGlyph::Builder(data, format);

Completed in 82 milliseconds