Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dcomposite_bitmap_glyph.cc23 CompositeBitmapGlyph::CompositeBitmapGlyph(ReadableFontData* data, in CompositeBitmapGlyph() function in sfntly::CompositeBitmapGlyph
29 CompositeBitmapGlyph::~CompositeBitmapGlyph() { in ~CompositeBitmapGlyph()
32 int32_t CompositeBitmapGlyph::NumComponents() { in NumComponents()
36 CompositeBitmapGlyph::Component CompositeBitmapGlyph::GetComponent( in GetComponent()
40 return CompositeBitmapGlyph::Component( in GetComponent()
46 void CompositeBitmapGlyph::Initialize(int32_t format) { in Initialize()
64 CompositeBitmapGlyph::Component::Component(const Component& rhs) in Component()
70 bool CompositeBitmapGlyph::Component::operator==( in operator ==()
71 const CompositeBitmapGlyph::Component& rhs) { in operator ==()
75 CompositeBitmapGlyph::Component& CompositeBitmapGlyph::Component::operator=( in operator =()
[all …]
Dcomposite_bitmap_glyph.h24 class CompositeBitmapGlyph : public BitmapGlyph,
25 public RefCounted<CompositeBitmapGlyph> {
47 friend class CompositeBitmapGlyph; variable
60 CompositeBitmapGlyph(ReadableFontData* data, int32_t format);
61 virtual ~CompositeBitmapGlyph();
Dbitmap_glyph.cc65 builder = new CompositeBitmapGlyph::Builder(data, format); in CreateGlyphBuilder()