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

  /device/samsung/crespo/include/
s5p_fimc.h 119 unsigned int start_y; // Source Image Start height offset member in struct:__anon1348
  /external/skia/src/core/
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...]
  /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...]

Completed in 725 milliseconds