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

  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_IVCommon.h 858 * bLeft : Use left region as focus region of interest
872 OMX_BOOL bLeft;
    [all...]
  /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 899 int bLeft = borderLeft();
902 int clipX = tx + bLeft;
904 int clipWidth = width() - bLeft - borderRight();
    [all...]

Completed in 188 milliseconds