/external/webkit/Source/WebCore/rendering/ |
D | RenderFrameSet.cpp | 143 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
|
D | RenderFlexibleBox.cpp | 333 int xPos = borderLeft() + paddingLeft(); in layoutHorizontalBox() local 642 int xPos = borderLeft() + paddingLeft(); in layoutVerticalBox() local
|
D | RenderText.cpp | 578 ALWAYS_INLINE float RenderText::widthFromCache(const Font& f, int start, int len, float xPos, HashS… in widthFromCache() 1242 float RenderText::width(unsigned from, unsigned len, float xPos, bool firstLine, HashSet<const Simp… in width() 1253 float RenderText::width(unsigned from, unsigned len, const Font& f, float xPos, HashSet<const Simpl… in width()
|
D | RenderTextControl.cpp | 478 void RenderTextControl::hitInnerTextElement(HitTestResult& result, int xPos, int yPos, int tx, int … in hitInnerTextElement()
|
D | RenderTable.cpp | 1256 bool RenderTable::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int y… in nodeAtPoint()
|
D | RenderTextControlSingleLine.cpp | 335 …Line::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx… in nodeAtPoint()
|
D | RenderBlockLineLayout.cpp | 1630 …Width(RenderText* text, unsigned from, unsigned len, const Font& font, float xPos, bool isFixedPit… in textWidth() 1637 … minimumPrefixLength, int minimumSuffixLength, int lastSpace, int pos, float xPos, int availableWi… in tryHyphenating()
|
D | RenderTableSection.cpp | 1252 bool RenderTableSection::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos… in setCellLogicalWidths()
|
D | RenderBox.cpp | 758 bool RenderBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPo… in nodeAtPoint() 3160 int xPos = point.x(); in positionForPoint() local
|
D | RenderBoxModelObject.cpp | 431 int xPos = (isBox() ? toRenderBox(this)->x() : 0); in offsetLeft() local
|
D | RenderLayer.cpp | 1153 RenderLayer::convertToLayerCoords(const RenderLayer* ancestorLayer, int& xPos, int& yPos) const in convertToLayerCoords()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | TextRun.h | 99 float xPos() const { return m_xpos; } in xPos() function
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | HarfbuzzSkia.cpp | 122 …inePoint(HB_Font hbFont, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixed* xPos, HB_Fixed* yPo… in getOutlinePoint()
|
/external/skia/src/ports/ |
D | SkHarfBuzzFont.cpp | 90 hb_uint32 index, HB_Fixed* xPos, HB_Fixed* yPos, in getOutlinePoint()
|
/external/webrtc/src/modules/audio_processing/aec/main/source/ |
D | aec_core_sse2.c | 37 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1; in FilterFarSSE2() local 132 int xPos = (i + aec->xfBufBlockPos)*(PART_LEN1); in FilterAdaptationSSE2() local
|
D | aec_core.c | 221 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1; in FilterFar() local 261 int xPos = (i + aec->xfBufBlockPos)*(PART_LEN1); in FilterAdaptation() local
|
/external/webkit/Source/WebCore/svg/ |
D | SVGParserUtilities.cpp | 197 float xPos = 0.0f; in pointsListFromSVGData() local
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | HarfbuzzSkia.cpp | 139 …inePoint(HB_Font hbFont, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixed* xPos, HB_Fixed* yPo… in getOutlinePoint()
|
/external/webkit/Source/WebKit/android/nav/ |
D | FindCanvas.cpp | 197 const SkScalar xPos[], SkScalar /* y */) { in addMatchPos() 233 const SkScalar* xPos = &position[index]; in addMatchPosH() local
|
/external/llvm/lib/CompilerDriver/ |
D | CompilationGraph.cpp | 261 unsigned xPos = 0, xPosNext = 0, filePos = 0; in BuildInitial() local
|
/external/quake/quake/src/WinQuake/ |
D | gl_vidnt.cpp | 1023 int fwKeys, xPos, yPos, fActive, fMinimized, temp; in MainWndProc() local
|
D | vid_win.cpp | 2822 int fwKeys, xPos, yPos, fActive, fMinimized, temp; in MainWndProc() local
|
/external/quake/quake/src/QW/client/ |
D | gl_vidnt.c | 1023 int fwKeys, xPos, yPos, fActive, fMinimized, temp; in MainWndProc() local
|
D | vid_win.c | 2863 int fwKeys, xPos, yPos, fActive, fMinimized, temp; in MainWndProc() local
|
/external/webkit/Source/WebCore/editing/ |
D | SelectionController.cpp | 879 int xPos = 0; in modify() local
|