HomeSort by relevance Sort by last modified time
    Searched refs:GetGlyph (Results 1 - 23 of 23) 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/chromium_org/third_party/sfntly/cpp/src/test/
verify_glyf.cc 40 glyf.Attach(glyf_table->GetGlyph(GLYPH33_OFFSET, GLYPH33_LENGTH));
  /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 85 virtual bool GetGlyph(uint32_t codepoint, uint32_t *glyph) const = 0;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
  /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 319 bool ok = font->GetGlyph(unicode, &glyph_id);
  /external/chromium_org/third_party/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/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/chromium_org/third_party/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/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/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 196 glyph.Attach(glyph_table->GetGlyph(offset, length));
255 glyph.Attach(glyph_table->GetGlyph(offset, length));
  /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));
  /external/chromium_org/ui/gfx/
render_text_harfbuzz.cc 91 hb_bool_t GetGlyph(hb_font_t* font,
192 hb_font_funcs_set_glyph_func(font_funcs_, GetGlyph, 0, 0);
    [all...]

Completed in 4218 milliseconds