Searched defs:anchorY (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/awt/java/awt/image/ |
H A D | ConvolveOp.java | 513 * @param anchorY 542 int anchorY, int borderType, Object src, int srcWidth, int srcHeight, int srcStride, 541 ippFilter32f(float kernel[], int kWidth, int kHeight, int anchorX, int anchorY, int borderType, Object src, int srcWidth, int srcHeight, int srcStride, Object dst, int dstWidth, int dstHeight, int dstStride, int channels, boolean skipChannel, int offsets[]) argument
|
/frameworks/base/core/java/android/webkit/ |
H A D | WebViewCore.java | 489 int anchorY, boolean ignoreHeight); 1600 int anchorX, int anchorY, boolean ignoreHeight) { 1639 textwrapWidth, scale, w, h, anchorX, anchorY, ignoreHeight); 487 nativeSetSize(int width, int height, int screenWidth, float scale, int realScreenWidth, int screenHeight, int anchorX, int anchorY, boolean ignoreHeight) argument 1599 viewSizeChanged(int w, int h, int textwrapWidth, float scale, int anchorX, int anchorY, boolean ignoreHeight) argument
|
Completed in 93 milliseconds