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

  /frameworks/base/libs/hwui/font/
Font.h 104 typedef void (Font::*RenderGlyph)(CachedGlyphInfo*, int, int, uint8_t*,
Font.cpp 393 static RenderGlyph gRenderGlyph[] = {
401 RenderGlyph render = gRenderGlyph[(mode << 1) + !mIdentityTransform];
  /external/pdfium/core/include/fxge/
fx_font.h 391 CFX_GlyphBitmap* RenderGlyph(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOOL bFontStyle,
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 39 pGlyphBitmap = RenderGlyph(pSizeCache, charcode, pMatrix, retinaScaleX, retinaScaleY);
125 CFX_GlyphBitmap* CPDF_Type3Cache::RenderGlyph(CPDF_Type3Glyphs* pSize, FX_DWORD charcode, const CFX_AffineMatrix* pMatrix, FX_FLOAT retinaScaleX, FX_FLOAT retinaScaleY)
render_int.h 38 CFX_GlyphBitmap* RenderGlyph(CPDF_Type3Glyphs* pSize, FX_DWORD charcode, const CFX_AffineMatrix* pMatrix, FX_FLOAT retinaScaleX = 1.0f, FX_FLOAT retinaScaleY = 1.0f);
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp     [all...]

Completed in 243 milliseconds