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

  /external/sfntly/cpp/src/test/
verify_glyf.cc 40 glyf.Attach(glyf_table->GetGlyph(GLYPH33_OFFSET, GLYPH33_LENGTH));
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
Fonts.c 29 Wrap the Framework HII GetGlyph function to UEFI Font Protocol.
93 Status = mHiiFontProtocol->GetGlyph (
  /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,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/
HiiFont.h 283 EFI_HII_GET_GLYPH GetGlyph;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiFont.h 464 EFI_HII_GET_GLYPH GetGlyph;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkHii.h     [all...]
  /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);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
HiiFramework.h 884 @param GetGlyph
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/
Hii.h 606 EFI_HII_GET_GLYPH GetGlyph;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Print.c 272 Status = Hii->GetGlyph (Hii, UnicodeWeight, &StringIndex, (UINT8 **) &Glyph, &GlyphWidth, &GlyphStatus);
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 198 glyph.Attach(glyph_table->GetGlyph(offset, length));
257 glyph.Attach(glyph_table->GetGlyph(offset, length));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Print.c 298 Status = Hii->GetGlyph (Hii, UnicodeWeight, &StringIndex, (UINT8 **) &Glyph, &GlyphWidth, &GlyphStatus);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
GraphicsConsole.c     [all...]

Completed in 1524 milliseconds