Searched refs:identityMatrix (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DSimpleFontDataChromiumWin.cpp90 MAT2 identityMatrix = {{0, 1}, {0, 0}, {0, 0}, {0, 1}}; local
91 DWORD len = GetGlyphOutlineW(dc, 'x', GGO_METRICS, &glyphMetrics, 0, 0, &identityMatrix);
H A DLayerRendererChromium.cpp278 TransformationMatrix identityMatrix; local
284 updatePropertiesAndRenderSurfaces(m_rootLayer.get(), identityMatrix, renderSurfaceLayerList, m_defaultRenderSurface->m_layerList);
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1086 FT_Matrix identityMatrix; local
1087 identityMatrix.xx = identityMatrix.yy = SK_Fixed1;
1088 identityMatrix.xy = identityMatrix.yx = 0;
1092 if (memcmp(&fMatrix22, &identityMatrix, sizeof(FT_Matrix)) != 0) {
1094 FT_Set_Transform(fFace, &identityMatrix, NULL);

Completed in 132 milliseconds