HomeSort by relevance Sort by last modified time
    Searched refs:start_x (Results 1 - 10 of 10) sorted by null

  /external/skia/src/images/
fpdfemb.h 649 // start_x - Left pixel position of the display area in the device coordination
670 int start_x, int start_y, int size_x, int size_y, int rotate,
697 // start_x - Left pixel position of the display area in the device coordination
727 int start_x, int start_y, int size_x, int size_y, int rotate, int flags,
797 // start_x - Left pixel position of the display area in the device coordination
817 // is at left-top corner of the window. You must make sure the start_x, start_y, size_x,
    [all...]
  /device/samsung/crespo/include/
s5p_fimc.h 118 unsigned int start_x; // Source Image Start width offset member in struct:__anon1348
  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 123 int start_x, int start_y, int width, int height,
BitmapRegionDecoder.java 249 int start_x, int start_y, int width, int height,
  /external/jpeg/
jdapistd.c 205 * and its upper-left corner located at (start_x, start_y).
206 * Align start_x and start_y to multiplies of iMCU width and height, respectively.
208 * (start_x, start_y) and (width, height), respectively.
213 int *start_x, int *start_y, int *width, int *height)
219 int col_left_boundary = ((*start_x / lines_per_iMCU_col)
222 jdiv_round_up(*start_x + *width, lines_per_iMCU_col);
225 *start_x / lines_per_iMCU_col - col_left_boundary;
228 *start_x = col_left_boundary * lines_per_iMCU_col;
jpeglib.h     [all...]
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 189 int start_x, int start_y, int width, int height, jobject options) {
224 region.fLeft = start_x;
226 region.fRight = start_x + width;
  /bootable/bootloader/legacy/include/msm7k/
mddi.h 185 unsigned short start_x; member in struct:mddi_video_stream
  /bootable/bootloader/legacy/arch_msm7k/
mddi.c 252 vs->start_x = 0;
  /external/freetype/src/cff/
cffgload.c 1846 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]

Completed in 335 milliseconds