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

  /external/libyuv/files/source/
planar_functions.cc 965 uint8* start_y = dst_y + y * dst_stride_y + x; local
969 SetPlane(start_y, dst_stride_y, width, height, value_y);
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
planar_functions.cc 1111 uint8* start_y = dst_y + y * dst_stride_y + x; local
    [all...]
  /external/skia/src/core/
SkScan_Path.cpp 100 SkBlitter* blitter, int start_y, int stop_y,
104 int curr_y = start_y;
213 SkBlitter* blitter, int start_y, int stop_y,
229 SkASSERT(local_top >= start_y);
398 int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn) {
415 * our top (start_y) and will draw below our bottom (stop_y). Thus
420 if (rect.fTop < start_y) {
421 rect.fTop = start_y;
453 start_y <<= shiftEdgesUp;
455 if (clipRect && start_y < clipRect->fTop)
672 int start_y = ir.fTop; local
    [all...]
  /external/webp/src/dec/
io.c 174 int start_y = io->mb_y; local
180 if (start_y == 0) {
184 --start_y;
192 *num_rows = io->crop_bottom - io->crop_top - start_y;
195 return start_y;
207 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); local
208 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
238 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); local
239 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 717 int y, start_y, finish_y; local
724 start_y = sy;
725 if (start_y < miny)
726 start_y = miny;
732 start_y -= sy;
736 debug_printf("%s %d %d\n", __FUNCTION__, start_y, finish_y);
739 for (y = start_y; y < finish_y; y++) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 23 FX_FLOAT start_y = pCoords->GetNumber(1); local
41 FX_FLOAT y_span = end_y - start_y;
79 FX_FLOAT scale = FXSYS_Div(FXSYS_Mul(x - start_x, x_span) + FXSYS_Mul(y - start_y, y_span), axis_len_square);
106 FX_FLOAT start_y = pCoords->GetNumber(1); local
154 FXSYS_Mul(start_y - end_y, start_y - end_y) - FXSYS_Mul(start_r - end_r, start_r - end_r);
160 int length = (int)FXSYS_sqrt((FXSYS_Mul(start_x - end_x, start_x - end_x) + FXSYS_Mul(start_y - end_y, start_y - end_y)));
170 FX_FLOAT b = -2 * (FXSYS_Mul(x - start_x, end_x - start_x) + FXSYS_Mul(y - start_y, end_y - start_y)
1050 int start_x, start_y; local
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffgload.c 1768 FT_Pos start_y; local
1819 FT_Pos start_y; local
1867 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]
  /external/freetype/src/cff/
cffgload.c 1768 FT_Pos start_y; local
1819 FT_Pos start_y; local
1867 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 1166 int start_x = 0, start_y = 0; local
    [all...]
cvhaar.cpp 1134 int start_x = 0, start_y = 0; local
    [all...]
  /external/libvncserver/x11vnc/
userinput.c 2726 int start_x, start_y, last_x, last_y; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 280 milliseconds