Home
last modified time | relevance | path

Searched defs:xPos (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderFrameSet.cpp143 int xPos = 0; in paint() local
538 int xPos = 0; in positionFrames() local
612 int xPos = 0; in positionFrames() local
702 int xPos = 0; in positionFramesWithFlattening() local
DRenderFlexibleBox.cpp325 int xPos = borderLeft() + paddingLeft(); in layoutHorizontalBox() local
603 int xPos = borderLeft() + paddingLeft(); in layoutVerticalBox() local
DRenderText.cpp613 ALWAYS_INLINE float RenderText::widthFromCache(const Font& f, int start, int len, float xPos, HashS… in widthFromCache()
1299 float RenderText::width(unsigned from, unsigned len, float xPos, bool firstLine, HashSet<const Simp… in width()
1310 float RenderText::width(unsigned from, unsigned len, const Font& f, float xPos, HashSet<const Simpl… in width()
DRenderTextControl.cpp478 void RenderTextControl::hitInnerTextElement(HitTestResult& result, int xPos, int yPos, int tx, int … in hitInnerTextElement()
DRenderTable.cpp1257 bool RenderTable::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int y… in nodeAtPoint()
DRenderTextControlSingleLine.cpp335 …Line::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx… in nodeAtPoint()
DRenderBlockLineLayout.cpp1634 …Width(RenderText* text, unsigned from, unsigned len, const Font& font, float xPos, bool isFixedPit… in textWidth()
1641 … minimumPrefixLength, int minimumSuffixLength, int lastSpace, int pos, float xPos, int availableWi… in tryHyphenating()
DRenderTableSection.cpp1258 bool RenderTableSection::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos in setCellLogicalWidths()
DRenderBox.cpp758 bool RenderBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPo… in nodeAtPoint()
3172 int xPos = point.x(); in positionForPoint() local
DRenderBoxModelObject.cpp431 int xPos = (isBox() ? toRenderBox(this)->x() : 0); in offsetLeft() local
DRenderLayer.cpp1154 RenderLayer::convertToLayerCoords(const RenderLayer* ancestorLayer, int& xPos, int& yPos) const in convertToLayerCoords()
/external/webkit/Source/WebCore/platform/graphics/
DTextRun.h99 float xPos() const { return m_xpos; } in xPos() function
/external/webrtc/src/modules/audio_processing/aec/
Daec_core_sse2.c39 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1; in FilterFarSSE2() local
134 int xPos = (i + aec->xfBufBlockPos)*(PART_LEN1); in FilterAdaptationSSE2() local
Daec_core.c248 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1; in FilterFar() local
314 int xPos = (i + aec->xfBufBlockPos)*(PART_LEN1); in FilterAdaptation() local
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DHarfbuzzSkia.cpp122 …inePoint(HB_Font hbFont, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixed* xPos, HB_Fixed* yPo… in getOutlinePoint()
/external/skia/legacy/src/ports/
DSkHarfBuzzFont.cpp83 hb_uint32 index, HB_Fixed* xPos, HB_Fixed* yPos, in getOutlinePoint()
/external/skia/src/ports/
DSkHarfBuzzFont.cpp83 hb_uint32 index, HB_Fixed* xPos, HB_Fixed* yPos, in getOutlinePoint()
/external/webkit/Source/WebCore/svg/
DSVGParserUtilities.cpp197 float xPos = 0.0f; in pointsListFromSVGData() local
/external/webkit/Source/WebCore/platform/graphics/chromium/
DHarfbuzzSkia.cpp139 …inePoint(HB_Font hbFont, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixed* xPos, HB_Fixed* yPo… in getOutlinePoint()
/external/quake/quake/src/QW/client/
Dgl_vidnt.c1023 int fwKeys, xPos, yPos, fActive, fMinimized, temp; in MainWndProc() local
Dvid_win.c2863 int fwKeys, xPos, yPos, fActive, fMinimized, temp; in MainWndProc() local
/external/quake/quake/src/WinQuake/
Dgl_vidnt.cpp1023 int fwKeys, xPos, yPos, fActive, fMinimized, temp; in MainWndProc() local
Dvid_win.cpp2822 int fwKeys, xPos, yPos, fActive, fMinimized, temp; in MainWndProc() local
/external/webkit/Source/WebCore/editing/
DSelectionController.cpp879 int xPos = 0; in modify() local