HomeSort by relevance Sort by last modified time
    Searched refs:m_x (Results 51 - 75 of 85) sorted by null

1 23 4

  /frameworks/base/media/jni/mediaeditor/
VideoBrowserInternal.h 106 M4OSA_UInt32 m_x ; member in struct:__anon18283
VideoBrowserMain.c 71 pC->m_x = x;
  /external/webkit/Source/WebCore/dom/
DeviceMotionData.cpp 39 : m_x(x)
  /external/webkit/Tools/DumpRenderTree/chromium/
AccessibilityUIElement.h 96 CppVariant m_x; member in class:AccessibilityUIElement
AccessibilityUIElement.cpp 314 bindProperty("x", &m_x);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 110 int m_x; member in class:FrameBuffer
  /external/webkit/Source/WebCore/rendering/
InlineBox.cpp 155 m_x += dx;
275 IntRect boxRect(m_x, 0, m_logicalWidth, 10);
InlineTextBox.cpp 205 IntPoint topPoint = isHorizontal() ? IntPoint(tx + m_x + r.x(), ty + selTop) : IntPoint(tx + selTop, ty + m_y + r.x());
247 bool ltrFullTruncation = flowIsLTR && ellipsisX <= m_x;
248 bool rtlFullTruncation = !flowIsLTR && ellipsisX >= (m_x + m_logicalWidth);
256 bool ltrEllipsisWithinBox = flowIsLTR && (ellipsisX < m_x + m_logicalWidth);
257 bool rtlEllipsisWithinBox = !flowIsLTR && (ellipsisX > m_x);
268 ellipsisX = ltr ? m_x + visibleBoxWidth : m_x + m_logicalWidth - visibleBoxWidth;
276 return min(ellipsisX, m_x);
292 return m_x + widthOfVisibleText;
294 return (m_x + m_logicalWidth) - widthOfVisibleText - ellipsisWidth
    [all...]
RenderLayer.h 214 int x() const { return m_x; }
218 m_x = x;
665 int m_x; member in class:WebCore::RenderLayer
    [all...]
InlineFlowBox.h 255 return FloatRect(m_x, lineTop, width(), lineBottom - lineTop);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 217 Translate(float x, float y) : m_x(x), m_y(y) {}
219 context->translate(m_x, m_y);
224 float m_x; member in class:WebCore::GraphicsOperation::Translate
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.cpp 43 , m_x(0)
65 x = m_x + m_dx;
78 m_x = x;
81 m_x = x + glyphAdvance;
SVGRootInlineBox.cpp 225 if (point.x() < leaf->m_x + leaf->m_logicalWidth)
  /external/webkit/Source/WebCore/svg/
SVGCursorElement.cpp 40 , m_x(LengthModeWidth)
SVGFilterPrimitiveStandardAttributes.cpp 47 , m_x(LengthModeWidth, "0%")
SVGForeignObjectElement.cpp 46 , m_x(LengthModeWidth)
SVGFilterElement.cpp 58 , m_x(LengthModeWidth, "-10%")
SVGImageElement.cpp 49 , m_x(LengthModeWidth)
SVGMaskElement.cpp 51 , m_x(LengthModeWidth, "-10%")
SVGRectElement.cpp 45 , m_x(LengthModeWidth)
SVGPatternElement.cpp 60 , m_x(LengthModeWidth)
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 892 : m_x(0)
901 m_x = x
916 float m_x; member in class:WebCore::__anon16213::SweepEvent
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c 584 Params.m_inputCoord.m_x = 0;
733 /* Params.m_inputCoord.m_x = (M4OSA_UInt32)(pC->m_pDecodedPlane->u_width *
756 Params.m_inputCoord.m_x = (M4OSA_UInt32)((((M4OSA_Double)pC->m_pDecodedPlane->u_width *
    [all...]
M4AIR_API.c 357 if((pC->m_params.m_inputCoord.m_x&0x1)&&((i==1)||(i==2)))
477 + (pC->m_params.m_inputCoord.m_x>>u32_shift)
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_VideoPreProcessing.c 169 Params.m_inputCoord.m_x = 0;
342 Params.m_inputCoord.m_x =

Completed in 816 milliseconds

1 23 4