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

  /external/libvpx/libvpx/vp8/common/
textblit.c 63 int steep = abs(y1 - y0) > abs(x1 - x0); local
67 if (steep)
102 if (steep)
  /external/libvpx/libvpx/vp9/common/
vp9_textblit.c 62 int steep = abs(y1 - y0) > abs(x1 - x0); local
66 if (steep) {
99 if (steep) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
textblit.c 63 int steep = abs(y1 - y0) > abs(x1 - x0); local
67 if (steep)
102 if (steep)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_textblit.c 62 int steep = abs(y1 - y0) > abs(x1 - x0); local
66 if (steep) {
99 if (steep) {
  /hardware/bsp/intel/peripheral/libupm/src/st7735/
gfx.cxx 75 int16_t steep = abs(y1 - y0) > abs(x1 - x0); local
77 if (steep) {
101 if (steep) {
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDetector.cpp 341 FX_BOOL steep = FXSYS_abs(toY - fromY) > FXSYS_abs(toX - fromX); local
342 if (steep) {
356 FX_BOOL inBlack = m_image->Get(steep ? fromY : fromX, steep ? fromX : fromY);
358 FX_BOOL isBlack = m_image->Get(steep ? y : x, steep ? x : y);
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRDetector.cpp 211 FX_BOOL steep = FXSYS_abs(toY - fromY) > FXSYS_abs(toX - fromX); local
212 if (steep) {
227 int32_t realX = steep ? y : x;
228 int32_t realY = steep ? x : y;
  /hardware/bsp/intel/peripheral/libupm/src/lcd/
eboled.cxx 264 int16_t steep = abs(y1 - y0) > abs(x1 - x0); local
266 if (steep) {
290 if (steep) {
  /external/zxing/core/
core.jar 

Completed in 376 milliseconds