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

  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.c 1282 int step_y, step_x; local
1314 int step_y, step_x; local
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 281 c->step_y = step_y__generic;
303 c->step_y = step_y__generic;
362 c->step_y = step_y__generic;
387 c->step_y = step_y__nop;
    [all...]
trap.cpp 252 c->step_y(c);
325 c->step_y(c);
591 c->step_y(c);
755 c->step_y(c);
1045 c->step_y(c);
    [all...]
  /device/samsung/crespo/libs3cjpeg/
JpegEncoder.cpp 691 int32_t step_x, step_y;
701 step_y = srcHight / dstHight;
705 src_y_start_pos = (y * step_y * (srcWidth * 2));
  /system/core/include/private/pixelflinger/
ggl_context.h 521 void (*step_y)(context_t* c); member in struct:android::context_t
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 987 int32_t step_x, step_y; local
997 step_y = srcHeight / dstHeight;
1001 src_y_start_pos = (y * step_y * (srcWidth * 2));
    [all...]

Completed in 296 milliseconds