Searched refs:mFtFace (Results 1 – 2 of 2) sorted by relevance
78 LOG_ALWAYS_FATAL_IF(FT_Open_Face(mFtLibrary, &args, index, &mFtFace), "Failed to open FT_Face"); in FreeTypeMinikinFontForTest()82 FT_Done_Face(mFtFace); in ~FreeTypeMinikinFontForTest()89 loadGlyphOrDie(glyphId, paint.size, mFtFace); in GetHorizontalAdvance()90 return FTPosToFloat(mFtFace->glyph->advance.x); in GetHorizontalAdvance()96 loadGlyphOrDie(glyphId, paint.size, mFtFace); in GetBounds()99 FT_Outline_Get_CBox(&mFtFace->glyph->outline, &bbox); in GetBounds()
59 FT_Face mFtFace; variable