HomeSort by relevance Sort by last modified time
    Searched defs:LoadChar (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfapi/font/
cpdf_type3font.cpp 84 CPDF_Type3Char* CPDF_Type3Font::LoadChar(uint32_t charcode) {
145 const CPDF_Type3Char* pChar = LoadChar(charcode);
150 const CPDF_Type3Char* pChar = LoadChar(charcode);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lundump.c 37 #define LoadByte(S) (lu_byte)LoadChar(S)
50 static int LoadChar(LoadState* S)
106 int t=LoadChar(S);
113 setbvalue(o,LoadChar(S));
  /external/skia/third_party/lua/src/
lundump.c 37 #define LoadByte(S) (lu_byte)LoadChar(S)
50 static int LoadChar(LoadState* S)
106 int t=LoadChar(S);
113 setbvalue(o,LoadChar(S));
  /external/syslinux/com32/lua/src/
lundump.c 37 #define LoadByte(S) (lu_byte)LoadChar(S)
50 static int LoadChar(LoadState* S)
106 int t=LoadChar(S);
113 setbvalue(o,LoadChar(S));

Completed in 627 milliseconds