Home
last modified time | relevance | path

Searched refs:normalizeFixedY (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrTextContext.cpp249 texture->normalizeFixedY(ty), in drawPackedGlyph()
251 texture->normalizeFixedY(ty + height), in drawPackedGlyph()
257 texture->normalizeFixedY(ty), in drawPackedGlyph()
259 texture->normalizeFixedY(ty + height), in drawPackedGlyph()
/external/skia/include/gpu/
DGrTexture.h97 GrFixed normalizeFixedY(GrFixed y) const { in normalizeFixedY() function