Searched defs:glyphRunAnalysis (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp430 SkTScopedComPtr<IDWriteGlyphRunAnalysis> glyphRunAnalysis; local
439 &glyphRunAnalysis),
442 HRM(glyphRunAnalysis->GetAlphaTextureBounds(textureType, bbox),
694 SkTScopedComPtr<IDWriteGlyphRunAnalysis> glyphRunAnalysis; local
702 &glyphRunAnalysis),
712 HRNM(glyphRunAnalysis->CreateAlphaTexture(textureType,
/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp430 SkTScopedComPtr<IDWriteGlyphRunAnalysis> glyphRunAnalysis; local
439 &glyphRunAnalysis),
443 HRVM(glyphRunAnalysis->GetAlphaTextureBounds(fTextureType, &bbox),
660 SkTScopedComPtr<IDWriteGlyphRunAnalysis> glyphRunAnalysis; local
668 &glyphRunAnalysis),
678 HRNM(glyphRunAnalysis->CreateAlphaTexture(fTextureType,

Completed in 696 milliseconds