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

  /frameworks/minikin/sample/
MinikinSkia.h 9 bool GetGlyph(uint32_t codepoint, uint32_t *glyph) const;
MinikinSkia.cpp 17 bool MinikinFontSkia::GetGlyph(uint32_t codepoint, uint32_t *glyph) const {
  /external/sfntly/cpp/src/test/
verify_glyf.cc 40 glyf.Attach(glyf_table->GetGlyph(GLYPH33_OFFSET, GLYPH33_LENGTH));
  /frameworks/base/core/jni/android/graphics/
MinikinSkia.h 31 bool GetGlyph(uint32_t codepoint, uint32_t *glyph) const;
MinikinSkia.cpp 35 bool MinikinFontSkia::GetGlyph(uint32_t codepoint, uint32_t *glyph) const {
  /frameworks/minikin/include/minikin/
MinikinFontFreeType.h 45 bool GetGlyph(uint32_t codepoint, uint32_t *glyph) const;
MinikinFont.h 99 virtual bool GetGlyph(uint32_t codepoint, uint32_t *glyph) const = 0;
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
  /frameworks/minikin/libs/minikin/
MinikinFontFreeType.cpp 41 bool MinikinFontFreeType::GetGlyph(uint32_t codepoint, uint32_t *glyph) const {
Layout.cpp 320 bool ok = font->GetGlyph(unicode, &glyph_id);
    [all...]
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h 77 static CALLER_ATTACH Glyph* GetGlyph(GlyphTable* table,
295 // C++ port: rename glyph() to GetGlyph().
296 Glyph* GetGlyph(int32_t offset, int32_t length);
glyph_table.cc 54 GlyphTable::Glyph* GlyphTable::GetGlyph(int32_t offset, int32_t length) {
55 return GlyphTable::Glyph::GetGlyph(this, this->data_, offset, length);
208 GlyphTable::Glyph::GetGlyph(GlyphTable* table,
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 198 glyph.Attach(glyph_table->GetGlyph(offset, length));
font_info.cc 230 glyph.Attach(glyph_table_->GetGlyph(offset, length));
233 fprintf(stderr, "GetGlyph returned NULL for %d\n", glyph_id);
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 196 glyph.Attach(glyph_table->GetGlyph(offset, length));
255 glyph.Attach(glyph_table->GetGlyph(offset, length));

Completed in 6548 milliseconds