OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalizeFixedY
(Results
1 - 2
of
2
) sorted by null
/external/skia/gpu/src/
GrTextContext.cpp
284
texture->
normalizeFixedY
(ty),
286
texture->
normalizeFixedY
(ty + height),
292
texture->
normalizeFixedY
(ty),
294
texture->
normalizeFixedY
(ty + height),
/external/skia/gpu/include/
GrTexture.h
186
GrFixed
normalizeFixedY
(GrFixed y) const { GrAssert(GrIsPow2(fHeight));
Completed in 31 milliseconds