/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
crypto_openssl.c | 110 u8 *xpos = x; local 140 os_memcpy(xpos, _t, 20); 145 carry += xkey[k] + xpos[k]; 150 xpos += 20;
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
conceal.cpp | 143 int xpos, ypos, MB_in_width; local 148 xpos = mbnum - ypos * MB_in_width; 149 lumstart = (ypos << 4) * (int32)width_Y + (xpos << 4); 150 chrstart = (ypos << 3) * (int32)width_C + (xpos << 3);
|
/external/webkit/WebCore/rendering/ |
RenderText.h | 70 virtual unsigned width(unsigned from, unsigned len, const Font&, int xPos, HashSet<const SimpleFontData*>* fallbackFonts = 0) const; 71 virtual unsigned width(unsigned from, unsigned len, int xPos, bool firstLine = false, HashSet<const SimpleFontData*>* fallbackFonts = 0) const; 149 int widthFromCache(const Font&, int start, int len, int xPos, HashSet<const SimpleFontData*>* fallbackFonts) const;
|
SVGRootInlineBox.h | 98 TextRun svgTextRunForInlineTextBox(const UChar*, int len, RenderStyle* style, const InlineTextBox* textBox, float xPos);
|
RenderFlexibleBox.cpp | 337 int xPos = borderLeft() + paddingLeft(); 360 xPos = borderLeft() + paddingLeft(); 426 child->layer()->setStaticX(xPos); 427 else child->layer()->setStaticX(width() - xPos); 450 xPos += child->marginLeft(); 472 placeChild(child, xPos, childY); 474 xPos += child->width() + child->marginRight(); 479 remainingSpace = borderLeft() + paddingLeft() + contentWidth() - xPos; 644 int xPos = borderLeft() + paddingLeft(); 647 xPos = width() - paddingRight() - borderRight() [all...] |
RenderBox.cpp | 531 bool RenderBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction action) 538 if (!child->hasLayer() && child->nodeAtPoint(request, result, xPos, yPos, tx, ty, action)) { 539 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty)); 546 if (visibleToHitTesting() && action == HitTestForeground && IntRect(tx, ty, width(), height()).contains(xPos, yPos)) { 547 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty)); [all...] |
RenderTextControlSingleLine.cpp | 252 bool RenderTextControlSingleLine::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction hitTestAction) 260 if (!RenderTextControl::nodeAtPoint(request, result, xPos, yPos, tx, ty, hitTestAction)) 267 hitInnerTextElement(result, xPos, yPos, tx, ty); 281 if (m_resultsButton && m_resultsButton->renderer() && xPos < textLeft) 286 if (m_cancelButton && m_cancelButton->renderer() && xPos > textRight)
|
RenderTable.cpp | [all...] |
RenderText.cpp | 432 ALWAYS_INLINE int RenderText::widthFromCache(const Font& f, int start, int len, int xPos, HashSet<const SimpleFontData*>* fallbackFonts) const 447 w += tabWidth ? tabWidth - ((xPos + w) % tabWidth) : monospaceCharacterWidth; 462 return f.width(TextRun(text()->characters() + start, len, allowTabs(), xPos), fallbackFonts); [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
ImageGallery.java | 787 Bitmap b, int xPos, int yPos, int w, int h) { 805 mDstRect.set(xPos, yPos, xPos + w, yPos + h); 809 mDstRect.set(xPos, yPos, xPos + w, yPos + h); 819 int left = (w - width) / 2 + xPos; 842 canvas.drawRect(xPos, yPos, xPos + w, yPos + h, paint); 846 int left = (w - width) / 2 + xPos; 859 int xPos, int yPos, int w, int h) [all...] |
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
findhalfpel.cpp | 66 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess) 93 imin = xpos + (mot[0].x >> 1); 95 ilow = xpos - range; 185 UChar *mode, Int xpos, Int ypos, Int *xhmin, Int *yhmin, UChar *hp_mem) 215 imin = xpos + ((comp & 1) << 3) + (mot[comp+1].x >> 1); 217 ilow = xpos + ((comp & 1) << 3) - range;
|
mp4enc_lib.h | 138 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess); 140 UChar *mode, Int xpos, Int ypos, Int *xhmin, Int *yhmin, UChar *hp_mem);
|
/external/webkit/WebKit/android/nav/ |
FindCanvas.h | 133 const SkScalar xpos[], SkScalar constY, 166 const SkScalar xPos[], SkScalar /* y */); 174 const SkScalar xPos[], SkScalar y,
|
FindCanvas.cpp | 174 const SkScalar xPos[], SkScalar /* y */) { 177 const SkPoint* temp = reinterpret_cast<const SkPoint*> (xPos); 210 const SkScalar* xPos = &position[index]; 213 r.fLeft = xPos[0]; 218 + xPos[lastIndex]; 229 canvas->drawPosTextH(glyphs, count * sizeof(uint16_t), xPos, constY, paint); 261 const SkScalar xpos[], SkScalar constY, 263 findHelper(text, byteLength, paint, xpos, constY,
|
/cts/tests/tests/view/src/android/view/cts/ |
WindowManager_LayoutParamsTest.java | 36 private static final int XPOS = 10; 113 new WindowManager.LayoutParams(WINDOW_WIDTH, WINDOW_HEIGHT, XPOS, YPOS, 268 mLayoutParams = new WindowManager.LayoutParams(WINDOW_WIDTH, WINDOW_HEIGHT, XPOS, YPOS, 281 mLayoutParams = new WindowManager.LayoutParams(WINDOW_WIDTH, WINDOW_HEIGHT, XPOS, YPOS,
|
/external/skia/include/utils/ |
SkNWayCanvas.h | 54 const SkScalar xpos[], SkScalar constY,
|
SkDumpCanvas.h | 94 const SkScalar xpos[], SkScalar constY,
|
SkProxyCanvas.h | 66 const SkScalar xpos[], SkScalar constY,
|
/external/skia/src/utils/ |
SkNWayCanvas.cpp | 227 const SkScalar xpos[], SkScalar constY, 231 iter->drawPosTextH(text, byteLength, xpos, constY, paint);
|
SkProxyCanvas.cpp | 126 const SkScalar xpos[], SkScalar constY, 128 fProxy->drawPosTextH(text, byteLength, xpos, constY, paint);
|
SkDumpCanvas.cpp | 125 const SkScalar xpos[] = NULL) { 349 const SkScalar xpos[], SkScalar constY, 352 toString(text, byteLength, paint.getTextEncoding(), &str, paint, xpos); 354 str.c_str(), byteLength, SkScalarToFloat(xpos[0]),
|
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
GrassRS.java | 69 public float xPos; 329 final int xpos = random(-mWidth, mWidth); local 334 blades.xPos = xpos; 344 blades.turbulencex = xpos * 0.006f;
|
/external/webkit/WebCore/platform/graphics/chromium/ |
HarfbuzzSkia.cpp | 129 static HB_Error getOutlinePoint(HB_Font hbFont, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixed* xPos, HB_Fixed* yPos, hb_uint32* resultingNumPoints) 150 *xPos = SkiaScalarToHarfbuzzFixed(points[point].fX);
|
/external/webkit/WebCore/page/ |
DragController.cpp | 598 int xpos = draggingRect.right(); local 599 xpos = draggingRect.x() < xpos ? draggingRect.x() : xpos; 607 return IntPoint(xpos, ypos);
|
/external/jpeg/ |
jccoefct.c | 150 JDIMENSION ypos, xpos; local 172 xpos = MCU_col_num * compptr->MCU_sample_width; 180 ypos, xpos, (JDIMENSION) blockcnt);
|