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

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_IVCommon.h 841 * bLeft : Use left region as focus region of interest
855 OMX_BOOL bLeft;
  /frameworks/base/include/media/stagefright/openmax/
OMX_IVCommon.h 858 * bLeft : Use left region as focus region of interest
872 OMX_BOOL bLeft;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_IVCommon.h 841 * bLeft : Use left region as focus region of interest
855 OMX_BOOL bLeft;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 841 * bLeft : Use left region as focus region of interest
855 OMX_BOOL bLeft;
    [all...]
  /external/webkit/WebCore/rendering/
RenderBoxModelObject.cpp 451 int bLeft = includeLeftEdge ? borderLeft() : 0;
483 w = bLeft + layer()->scrollWidth() + bRight;
490 int x = tx + bLeft + (includePadding ? pLeft : 0);
492 int width = w - bLeft - bRight - (includePadding ? pLeft + pRight : 0);
    [all...]
RenderBox.cpp 904 int bLeft = borderLeft();
907 int clipX = tx + bLeft;
909 int clipWidth = width() - bLeft - borderRight();
    [all...]

Completed in 2845 milliseconds