Searched refs:LoadChar (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | lundump.c | 37 #define LoadByte(S) (lu_byte)LoadChar(S) 50 static int LoadChar(LoadState* S) in LoadChar() function 106 int t=LoadChar(S); in LoadConstants() 113 setbvalue(o,LoadChar(S)); in LoadConstants()
|
/external/chromium_org/third_party/ots/test/ |
D | validator-checker.cc | 37 void LoadChar(FT_Face face, int pt, FT_ULong c) { in LoadChar() function 83 LoadChar(trans_face, kPts[i], kUnicodeRanges[j] + k); in OpenAndLoadChars()
|
D | side-by-side.cc | 112 int LoadChar(FT_Face face, bool use_bitmap, int pt, FT_ULong c) { in LoadChar() function 151 int ret = LoadChar(orig_face, false, pt, c); in LoadCharThenCompare() 159 ret = LoadChar(trans_face, true, pt, c); in LoadCharThenCompare()
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font.cpp | 1680 CPDF_Type3Char* CPDF_Type3Font::LoadChar(FX_DWORD charcode, int level) in LoadChar() function in CPDF_Type3Font 1690 return LoadChar(charcode, level + 1); in LoadChar() 1733 CPDF_Type3Char* pChar = LoadChar(charcode, level); in GetCharWidthF() 1741 CPDF_Type3Char* pChar = LoadChar(charcode, level); in GetCharBBox()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 127 CPDF_Type3Char* pChar = m_pFont->LoadChar(charcode); in RenderGlyph() 407 CPDF_Type3Char* pType3Char = pType3Font->LoadChar(charcode); in ProcessType3Text()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 453 CPDF_Type3Char* LoadChar(FX_DWORD charcode, int level = 0);
|