Home
last modified time | relevance | path

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

/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
DTranslateUtil.java52 float xPos = text.getPaddingLeft() + (sizePerChar * x); in openLanguagePanel() local
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_win.cc148 int ViEAutoTestWindowManager::ViECreateWindow(HWND &hwndMain, int xPos, in ViECreateWindow()
/external/chromium_org/third_party/skia/gm/
Dpathopsinverse.cpp84 int xPos = 150; in onDraw() local
Doptimizations.cpp343 SkScalar xPos = 0, yPos = 0; in onDraw() local
Dmultipicturedraw.cpp62 SkScalar xPos, yPos = 0; in make_hex_plane_picture() local
/external/skia/gm/
Dpathopsinverse.cpp88 int xPos = 150; in onDraw() local
Doptimizations.cpp343 int xPos = 0, yPos = 0; in onDraw() local
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextRun.h193 float xPos() const { return m_xpos; } in xPos() function
194 void setXPos(float xPos) { m_xpos = xPos; } in setXPos()
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
Daec_core_mips.c326 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1; in WebRtcAec_FilterFar_mips() local
441 int xPos = (i + aec->xfBufBlockPos)*(PART_LEN1); in WebRtcAec_FilterAdaptation_mips() local
Daec_core_neon.c42 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1; in FilterFarNEON() local
184 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1; in FilterAdaptationNEON() local
Daec_core_sse2.c37 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1; in FilterFarSSE2() local
148 int xPos = (i + aec->xfBufBlockPos) * (PART_LEN1); in FilterAdaptationSSE2() local
Daec_core.c147 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1; in FilterFar() local
220 int xPos = (i + aec->xfBufBlockPos) * (PART_LEN1); in FilterAdaptation() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFrameSet.cpp142 LayoutUnit xPos = 0; in paint() local
505 int xPos = 0; in positionFrames() local
DRenderText.cpp714 ALWAYS_INLINE float RenderText::widthFromCache(const Font& f, int start, int len, float xPos, TextD… in widthFromCache()
1481 float RenderText::width(unsigned from, unsigned len, float xPos, TextDirection textDirection, bool … in width()
1492 float RenderText::width(unsigned from, unsigned len, const Font& f, float xPos, TextDirection textD… in width()
DRenderDeprecatedFlexibleBox.cpp330 LayoutUnit xPos = borderLeft() + paddingLeft(); in layoutHorizontalBox() local
DRenderBlockLineLayout.cpp366 …ForTextRun(RootInlineBox* lineBox, BidiRun* run, RenderText* renderer, float xPos, const LineInfo&… in setLogicalWidthForTextRun()
/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/pdfium/core/src/reflow/
Dreflowedpage.cpp154 void CPDF_ReflowedPage::GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX… in GetDisplayMatrix()
/external/chromium_org/chrome/renderer/resources/
Doffline.js1940 this.xPos = []; property in anonymousFunctioncb88a2ed0100.HorizonLine
1979 this.xPos = [0, HorizonLine.dimensions.WIDTH]; property
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp990 void CPDF_Page::GetDisplayMatrix(CFX_AffineMatrix& matrix, int xPos, int yPos, in GetDisplayMatrix()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.cpp1063 LayoutUnit xPos = 0; in modify() local