/external/chromium_org/third_party/skia/src/effects/ |
SkTableMaskFilter.cpp | 44 int dstWidth = dst->fBounds.width(); 45 int extraZeros = dst->fRowBytes - dstWidth; 48 for (int x = dstWidth - 1; x >= 0; --x) { 56 dstP += dstWidth;
|
SkBlurMask.cpp | 787 int dstWidth = dst->fBounds.width(); 791 SkAutoTMalloc<uint8_t> horizontalScanline(dstWidth); 794 ComputeBlurredScanline(horizontalScanline, profile, dstWidth, sigma); 798 for (int x = 0 ; x < dstWidth ; x++) { 812 uint8_t *blur_scanline = dp + (y+pad)*dstWidth + pad; 826 uint8_t *dst_scanline = dp + y*dstWidth + pad; 831 uint8_t *dst_scanline = dp + y*dstWidth + pad; 904 int dstWidth = dst->fBounds.width(); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_gen_mipmap.c | 223 uint dstWidth, dstHeight, dstDepth; 225 dstWidth = u_minify(pt->width0, dstLevel); 249 _mesa_init_teximage_fields(ctx, dstImage, dstWidth, dstHeight,
|
/external/mesa3d/src/mesa/state_tracker/ |
st_gen_mipmap.c | 223 uint dstWidth, dstHeight, dstDepth; 225 dstWidth = u_minify(pt->width0, dstLevel); 249 _mesa_init_teximage_fields(ctx, dstImage, dstWidth, dstHeight,
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
DetermineFovActivity.java | 230 float dstWidth = drawRect.right - drawRect.left + 1; 232 float centerX = drawRect.left + dstWidth / 2; 238 float focalLength = focalLengthPixels(mFovDegrees, dstWidth); 240 float projectedMarkerLeft = dstWidth / 2 - dx; 241 float projectedMarkerRight = dstWidth / 2 + dx;
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_blit.c | 43 NAME(GLint srcWidth, GLint dstWidth, \ 52 for (dstCol = 0; dstCol < dstWidth; dstCol++) { \ 53 GLint srcCol = (dstCol * srcWidth) / dstWidth; \ 73 for (dstCol = 0; dstCol < dstWidth; dstCol++) { \ 74 GLint srcCol = (dstCol * srcWidth) / dstWidth; \ 116 const GLint dstWidth = ABS(dstX1 - dstX0); 142 typedef void (*resample_func)(GLint srcWidth, GLint dstWidth, 258 dstWidth, dstHeight, 273 dstBuffer = malloc(pixelSize * dstWidth); 317 (*resampleRow)(srcWidth, dstWidth, srcBuffer, dstBuffer, invertX) [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_blit.c | 43 NAME(GLint srcWidth, GLint dstWidth, \ 52 for (dstCol = 0; dstCol < dstWidth; dstCol++) { \ 53 GLint srcCol = (dstCol * srcWidth) / dstWidth; \ 73 for (dstCol = 0; dstCol < dstWidth; dstCol++) { \ 74 GLint srcCol = (dstCol * srcWidth) / dstWidth; \ 116 const GLint dstWidth = ABS(dstX1 - dstX0); 142 typedef void (*resample_func)(GLint srcWidth, GLint dstWidth, 258 dstWidth, dstHeight, 273 dstBuffer = malloc(pixelSize * dstWidth); 317 (*resampleRow)(srcWidth, dstWidth, srcBuffer, dstBuffer, invertX) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
MockTvInputService.java | 201 int dstWidth = c.getWidth(); 205 new Rect(10, 10, dstWidth - 10, dstHeight - 10), null);
|
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/ |
AccelerometerPlayActivity.java | 357 final int dstWidth = (int) (sBallDiameter * mMetersToPixelsX + 0.5f); 359 mBitmap = Bitmap.createScaledBitmap(ball, dstWidth, dstHeight, true);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
mipmap.c | 158 GLint dstWidth, GLvoid *dstRow) 160 const GLuint k0 = (srcWidth == dstWidth) ? 0 : 1; 161 const GLuint colStride = (srcWidth == dstWidth) ? 1 : 2; 167 assert(srcWidth == dstWidth || srcWidth == 2 * dstWidth); 175 for (i = j = 0, k = k0; i < (GLuint) dstWidth; 188 for (i = j = 0, k = k0; i < (GLuint) dstWidth; 200 for (i = j = 0, k = k0; i < (GLuint) dstWidth; 211 for (i = j = 0, k = k0; i < (GLuint) dstWidth; 222 for (i = j = 0, k = k0; i < (GLuint) dstWidth; [all...] |
/external/mesa3d/src/mesa/main/ |
mipmap.c | 151 GLint dstWidth, GLvoid *dstRow) 153 const GLuint k0 = (srcWidth == dstWidth) ? 0 : 1; 154 const GLuint colStride = (srcWidth == dstWidth) ? 1 : 2; 160 assert(srcWidth == dstWidth || srcWidth == 2 * dstWidth); 168 for (i = j = 0, k = k0; i < (GLuint) dstWidth; 181 for (i = j = 0, k = k0; i < (GLuint) dstWidth; 193 for (i = j = 0, k = k0; i < (GLuint) dstWidth; 204 for (i = j = 0, k = k0; i < (GLuint) dstWidth; 215 for (i = j = 0, k = k0; i < (GLuint) dstWidth; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/ |
svga_reg.h | 809 uint32 dstWidth; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
meta.c | [all...] |
/external/mesa3d/src/gallium/drivers/svga/include/ |
svga_reg.h | 809 uint32 dstWidth; [all...] |
/external/mesa3d/src/mesa/drivers/common/ |
meta.c | [all...] |
/external/chromium_org/third_party/libaddressinput/src/java/ |
android.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |