Home
last modified time | relevance | path

Searched refs:dstRight (Results 1 – 7 of 7) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeRenderEffect.java40 float dstRight, in nativeCreateBitmapEffect() argument
43 bitmapHandle, srcLeft, srcTop, srcRight, srcBottom, dstLeft, dstTop, dstRight, dstBottom); in nativeCreateBitmapEffect()
DShadowNativeBaseCanvas.java67 float dstRight, in nDrawBitmap() argument
81 dstRight, in nDrawBitmap()
135 float dstRight, in nDrawBitmap() argument
149 dstRight, in nDrawBitmap()
320 float dstRight, in nDrawNinePatch() argument
331 dstRight, in nDrawNinePatch()
DShadowNativeBaseRecordingCanvas.java58 float dstRight, in nDrawBitmap() argument
72 dstRight, in nDrawBitmap()
260 float dstRight, in nDrawNinePatch() argument
271 dstRight, in nDrawNinePatch()
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DBaseCanvasNatives.java48 float dstRight, in nDrawBitmap() argument
154 float dstRight, in nDrawNinePatch() argument
DBaseRecordingCanvasNatives.java47 float dstRight, in nDrawBitmap() argument
153 float dstRight, in nDrawNinePatch() argument
DRenderEffectNatives.java25 float dstRight, in nativeCreateBitmapEffect() argument
/external/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp162 void blur(int srcLeft, int srcRight, int dstRight, in blur() argument
169 dstEnd = dstRight, in blur()