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

/external/chromium_org/third_party/skia/src/effects/
H A DSkMagnifierImageFilter.cpp32 float xInvZoom,
39 xInvZoom,
65 float xInvZoom,
72 , fXInvZoom(xInvZoom)
29 Create(GrTexture* texture, float xOffset, float yOffset, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) argument
62 GrMagnifierEffect(GrTexture* texture, float xOffset, float yOffset, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) argument
/external/skia/src/effects/
H A DSkMagnifierImageFilter.cpp31 float xInvZoom,
38 xInvZoom,
65 float xInvZoom,
72 , fXInvZoom(xInvZoom)
28 Create(GrTexture* texture, float xOffset, float yOffset, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) argument
62 GrMagnifierEffect(GrTexture* texture, float xOffset, float yOffset, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) argument

Completed in 41 milliseconds