HomeSort by relevance Sort by last modified time
    Searched refs:CompositeBitmapGlyph (Results 1 - 3 of 3) sorted by null

  /external/sfntly/cpp/src/sfntly/table/bitmap/
composite_bitmap_glyph.cc 21 * CompositeBitmapGlyph class
23 CompositeBitmapGlyph::CompositeBitmapGlyph(ReadableFontData* data,
29 CompositeBitmapGlyph::~CompositeBitmapGlyph() {
32 int32_t CompositeBitmapGlyph::NumComponents() {
36 CompositeBitmapGlyph::Component CompositeBitmapGlyph::GetComponent(
40 return CompositeBitmapGlyph::Component(
46 void CompositeBitmapGlyph::Initialize(int32_t format)
    [all...]
composite_bitmap_glyph.h 24 class CompositeBitmapGlyph : public BitmapGlyph,
25 public RefCounted<CompositeBitmapGlyph> {
47 friend class CompositeBitmapGlyph;
60 CompositeBitmapGlyph(ReadableFontData* data, int32_t format);
61 virtual ~CompositeBitmapGlyph();
bitmap_glyph.cc 65 builder = new CompositeBitmapGlyph::Builder(data, format);

Completed in 78 milliseconds