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

  /external/skia/src/core/
SkScanPriv.h 40 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
SkScan_Path.cpp 130 SkBlitter* blitter, int start_y, int stop_y,
135 int curr_y = start_y;
480 int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn)
531 start_y <<= shiftEdgesUp;
533 if (clipRect && start_y < clipRect->fTop) {
534 start_y = clipRect->fTop;
549 walk_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc);
693 int start_y = ir.fTop; local
694 if (clipRect && start_y < clipRect->fTop) {
695 start_y = clipRect->fTop
    [all...]
  /external/skia/src/images/
fpdfemb.h 650 // start_y - Top 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,
698 // start_y - Top 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,
798 // start_y - Top 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 119 unsigned int start_y; // Source Image Start height 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)
218 int row_offset = *start_y / lines_per_iMCU_row;
227 *height = (*start_y - row_offset * lines_per_iMCU_row) + *height;
229 *start_y = row_offset * lines_per_iMCU_row;
jpeglib.h     [all...]
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 189 int start_x, int start_y, int width, int height, jobject options) {
225 region.fTop = start_y;
227 region.fBottom = start_y + height;
  /bootable/bootloader/legacy/include/msm7k/
mddi.h 186 unsigned short start_y; member in struct:mddi_video_stream
  /external/freetype/src/cff/
cffgload.c 1747 FT_Pos start_y; local
1798 FT_Pos start_y; local
1846 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]
  /bootable/bootloader/legacy/arch_msm7k/
mddi.c 253 vs->start_y = y;

Completed in 381 milliseconds