HomeSort by relevance Sort by last modified time
    Searched refs:xPos (Results 26 - 50 of 51) sorted by null

12 3

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core.c 275 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1;
279 xPos -= aec->num_partitions * (PART_LEN1);
283 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j],
284 aec->xfBuf[1][xPos + j],
287 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j],
288 aec->xfBuf[1][xPos + j],
325 // int xPos = (i + aec->xfBufBlockPos)*(PART_LEN1);
329 // xPos -= aec->num_partitions * PART_LEN1;
335 // aec->wfBuf[0][pos + j] += MulRe(aec->xfBuf[0][xPos + j],
336 // -aec->xfBuf[1][xPos + j]
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.c 248 int xPos = (i + aec->xfBufBlockPos) * PART_LEN1;
252 xPos -= NR_PART*(PART_LEN1);
256 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
258 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
291 // int xPos = (i + aec->xfBufBlockPos)*(PART_LEN1);
295 // xPos -= NR_PART * PART_LEN1;
301 // aec->wfBuf[pos + j][0] += MulRe(aec->xfBuf[xPos + j][0],
302 // -aec->xfBuf[xPos + j][1]
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.cpp 346 LayoutUnit xPos = borderLeft() + paddingLeft();
367 xPos = borderLeft() + paddingLeft();
429 childLayer->setStaticInlinePosition(xPos);
461 xPos += child->marginLeft();
483 placeChild(child, LayoutPoint(xPos, childY));
485 xPos += child->width() + child->marginRight();
488 remainingSpace = borderLeft() + paddingLeft() + contentWidth() - xPos;
    [all...]
RenderText.cpp 708 ALWAYS_INLINE float RenderText::widthFromCache(const Font& f, int start, int len, float xPos, TextDirection textDirection, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
733 w += f.tabWidth(style()->tabSize(), xPos + w);
754 run.setXPos(xPos);
    [all...]
RenderBlockLineLayout.cpp 416 static inline void setLogicalWidthForTextRun(RootInlineBox* lineBox, BidiRun* run, RenderText* renderer, float xPos, const LineInfo& lineInfo,
469 measuredWidth += renderer->width(wordMeasurement.startOffset, wordLength, xPos, run->direction(), lineInfo.isFirstLine());
488 measuredWidth = renderer->width(run->m_start, run->m_stop - run->m_start, xPos, run->direction(), lineInfo.isFirstLine(), &fallbackFonts, &glyphOverflow);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 157 void GetDisplayMatrix(CFX_AffineMatrix& matrix, int xPos, int yPos,
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 146 float xPos = Float.parseFloat(values[0]);
151 mVertexColors.set_position(i, new Float3(xPos, yPos, 0.0f), false);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 161 float xPos = new Float(values[0]);
166 mVertexColors.set_position(i, new Float3(xPos, yPos, 0.0f), false);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 108 var xPos = parentPos[0] +
112 return [xPos, yPos];
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.cpp 164 width = m_font->tabWidth(*fontData, m_run.tabSize(), m_run.xPos() + m_runWidthSoFar + widthSinceLastRounding);
  /external/pdfium/core/src/reflow/
reflowedpage.h 171 void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 509 ALWAYS_INLINE float textWidth(RenderText* text, unsigned from, unsigned len, const Font& font, float xPos, bool isFixedPitch, bool collapseWhiteSpace, HashSet<const SimpleFontData*>* fallbackFonts = 0)
513 return text->width(from, len, font, xPos, text->style()->direction(), fallbackFonts, &glyphOverflow);
518 run.setXPos(xPos);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
power.js 259 var xPos = xOrigin + Math.floor(i / (size - 1) * (width - 1));
263 plotCtx.moveTo(xPos, yPos);
267 plotCtx.fillRect(xPos - linePlotEndMarkerWidth,
273 plotCtx.lineTo(xPos, yPos);
278 plotCtx.fillRect(xPos - linePlotEndMarkerWidth,
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 627 int xPos = (col * (imageWidth + widthPadding)) - offsetX;
630 c.drawBitmap(image, xPos, yPos, paint);
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 619 int xPos = x - mDropView.getScrollX() + (mAnchorView != null
623 mDropView.setTranslationX(xPos);
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 704 int xPos = x - mDropView.getScrollX() + anchorAdjust;
707 mDropView.setTranslationX(xPos);
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 471 int xPos = 0;
500 xPos = rect.left;
511 outPos.x = uint32_t((xRatio * width) + (float)xPos);
527 xRatio = (float)(outPos.x - xPos)/width;
532 xPos = r.left;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 433 int xPos = 0;
462 xPos = rect.left;
480 outPos.x = (xRatio * width) + xPos;
496 xRatio = (outPos.x - xPos)/width;
500 xPos = r.left;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp 561 advance.width = m_font.tabWidth(*fontData, m_run.tabSize(), m_run.xPos() + m_totalWidth + widthSinceLastCommit);
  /device/asus/fugu/kernel-headers/linux/
psb_drm.h 781 uint32_t xPos;
    [all...]
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 830 uint32_t xPos;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h 249 #define FORWARD_WM_MOUSEWHEEL(hwnd,xPos,yPos,zDelta,fwKeys,fn) (void)(fn)((hwnd),WM_MOUSEWHEEL,MAKEWPARAM((fwKeys),(zDelta)),MAKELPARAM((x),(y)))
    [all...]
mmc.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 743 milliseconds

12 3