HomeSort by relevance Sort by last modified time
    Searched refs:tx (Results 126 - 150 of 270) sorted by null

1 2 3 4 56 7 8 91011

  /system/core/libpixelflinger/
scanline.cpp 169 "565 fb, 8888 tx, blend SRC_OVER", scanline_t32cb16blend, init_y_noop },
172 "565 fb, 8888 tx, SRC", scanline_t32cb16, init_y_noop },
176 "565 fb, 8888 tx, blend SRC_OVER dither", scanline_t32cb16blend_dither, init_y_noop },
180 "565 fb, 8888 tx, SRC dither", scanline_t32cb16_dither, init_y_noop },
184 "565 fb, 8888 tx, blend dst:ONE_MINUS_SRCA src:SRCA", scanline_t32cb16blend_srca, init_y_noop },
188 "565 fb, 8888 tx, SRC_OVER clamp", scanline_t32cb16blend_clamp, init_y },
191 "565 fb, 8888 tx, SRC_OVER clamp dither", scanline_t32cb16blend_clamp_dither, init_y },
195 "565 fb, 8888 tx, SRC_OVER clamp modulate", scanline_t32cb16blend_clamp_mod, init_y },
199 "565 fb, x888 tx, SRC_OVER clamp modulate", scanline_x32cb16blend_clamp_mod, init_y },
202 "565 fb, 8888 tx, SRC_OVER clamp modulate dither", scanline_t32cb16blend_clamp_mod_dither, init_y }
678 texture_t& tx = c->state.texture[i]; local
927 texture_t& tx = c->state.texture[0]; local
944 texture_t& tx = c->state.texture[0]; local
963 texture_t& tx = c->state.texture[0]; local
1053 const texture_t& tx = c->state.texture[0]; local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp 473 void RenderBox::absoluteRects(Vector<IntRect>& rects, int tx, int ty)
475 rects.append(IntRect(tx, ty, width(), height()));
524 void RenderBox::addFocusRingRects(Vector<IntRect>& rects, int tx, int ty)
527 rects.append(IntRect(tx, ty, width(), height()));
758 bool RenderBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction action)
760 tx += x();
765 if (!child->hasLayer() && child->nodeAtPoint(request, result, xPos, yPos, tx, ty, action)) {
766 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty));
773 IntRect boundsRect = IntRect(tx, ty, width(), height());
775 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty))
    [all...]
RenderButton.cpp 178 IntRect RenderButton::controlClipRect(int tx, int ty) const
181 return IntRect(tx + borderLeft(), ty + borderTop(), width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom());
RenderFileUploadControl.cpp 205 void RenderFileUploadControl::paintObject(PaintInfo& paintInfo, int tx, int ty)
213 IntRect clipRect(tx + borderLeft(), ty + borderTop(),
228 int contentLeft = tx + borderLeft() + paddingLeft();
262 RenderBlock::paintObject(paintInfo, tx, ty);
RenderMenuList.h 73 virtual IntRect controlClipRect(int tx, int ty) const;
RenderView.h 72 virtual void paint(PaintInfo&, int tx, int ty);
73 virtual void paintBoxDecorations(PaintInfo&, int tx, int ty);
85 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
RootInlineBox.cpp 136 void RootInlineBox::paintEllipsisBox(PaintInfo& paintInfo, int tx, int ty, int lineTop, int lineBottom) const
140 ellipsisBox()->paint(paintInfo, tx, ty, lineTop, lineBottom);
160 void RootInlineBox::paintCustomHighlight(PaintInfo& paintInfo, int tx, int ty, const AtomicString& highlightType)
173 FloatRect rootRect(tx + x(), ty + selectionTop(), logicalWidth(), selectionHeight());
181 void RootInlineBox::paint(PaintInfo& paintInfo, int tx, int ty, int lineTop, int lineBottom)
183 InlineFlowBox::paint(paintInfo, tx, ty, lineTop, lineBottom);
184 paintEllipsisBox(paintInfo, tx, ty, lineTop, lineBottom);
188 paintCustomHighlight(paintInfo, tx, ty, styleToUse->highlight());
192 bool RootInlineBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, int lineTop, int lineBottom)
195 if (ellipsisBox()->nodeAtPoint(request, result, x, y, tx, ty, lineTop, lineBottom))
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGTransform.cpp 72 void SVGTransform::setTranslate(float tx, float ty)
78 m_matrix.translate(tx, ty);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 384 for (int tx = r.left, j = 0; tx < r.right; tx += size, j++) {
386 drawTile(canvas, tx, ty, level, x, y, length);
516 int tx, int ty, int level, float x, float y, float length) {
522 Tile tile = getTile(tx, ty, level);
544 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX,
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLMock.java 132 float tx = -(right + left) / (right - left); local
139 tx, ty, tz, 1
  /external/quake/quake/src/QW/client/
model.c 341 texture_t *tx, *tx2; local
372 tx = Hunk_AllocName (sizeof(texture_t) +pixels, loadname );
373 loadmodel->textures[i] = tx;
375 memcpy (tx->name, mt->name, sizeof(tx->name));
376 tx->width = mt->width;
377 tx->height = mt->height;
379 tx->offsets[j] = mt->offsets[j] + sizeof(texture_t) - sizeof(miptex_t);
381 memcpy ( tx+1, mt+1, pixels);
384 R_InitSky (tx);
    [all...]
  /external/quake/quake/src/WinQuake/
model.cpp 359 texture_t *tx, *tx2; local
390 tx = Hunk_AllocName (sizeof(texture_t) +pixels, loadname );
391 loadmodel->textures[i] = tx;
393 memcpy (tx->name, mt->name, sizeof(tx->name));
394 tx->width = mt->width;
395 tx->height = mt->height;
397 tx->offsets[j] = mt->offsets[j] + sizeof(texture_t) - sizeof(miptex_t);
399 memcpy ( tx+1, mt+1, pixels);
402 R_InitSky (tx);
    [all...]
  /external/skia/bench/
MatrixBench.cpp 239 float tx = fMatrix[SkMatrix::kMTransX]; local
243 dst->fX = SkScalarMulAdd(src->fX, mx, tx);
278 float tx = fMatrix[SkMatrix::kMTransX]; local
282 dst->fX = src->fX * mx + tx;
  /external/skia/src/views/
SkTouchGesture.cpp 86 float tx = fDirection.fX * dist; local
89 tx = (float)sk_float_round2int(tx);
92 matrix->setTranslate(tx, ty);
93 // printf("---- evaluate (%g %g)\n", tx, ty);
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.cpp 212 AffineTransform& AffineTransform::translate(double tx, double ty)
215 m_transform[4] += tx;
220 m_transform[4] += tx * m_transform[0] + ty * m_transform[2];
221 m_transform[5] += tx * m_transform[1] + ty * m_transform[3];
  /external/webkit/Source/WebCore/platform/graphics/win/
QTTrack.cpp 109 {X2Fix(t.tx), X2Fix(t.ty), fract1},
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGRoot.h 76 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction);
  /frameworks/base/core/java/android/widget/
Scroller.java 80 float x, tx, coef; typedefs
84 tx = coef * ((1.0f - x) * START_TENSION + x * END_TENSION) + x * x * x;
85 if (Math.abs(tx - t) < 1E-5) break;
86 if (tx > t) x_max = x;
  /frameworks/base/services/tests/servicestests/src/com/android/server/
ThrottleServiceTest.java 292 public void expectGetInterfaceCounter(long rx, long tx) throws Exception {
295 stats.addValues(TEST_IFACE, UID_ALL, SET_DEFAULT, TAG_NONE, rx, 0L, tx, 0L, 0);
304 public void expectSetInterfaceThrottle(int rx, int tx) throws Exception {
305 mMockNMService.setInterfaceThrottle(isA(String.class), eq(rx), eq(tx));
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 58 tn, tx, txx: temporal statistics (for grandularity)
64 unsigned long x, tx; member in struct:PERF_RTdata_rate
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
serial.h 150 int rx, tx; member in struct:serial_icounter_struct
  /system/netd/
CommandListener.h 50 static int readInterfaceCounters(const char *iface, unsigned long *rx, unsigned long *tx);
  /external/skia/src/utils/
SkLayer.cpp 137 SkScalar tx = SkScalarMul(m_anchorPoint.fX, m_size.width()); local
139 matrix->preTranslate(tx, ty);
141 matrix->preTranslate(-tx, -ty);
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 503 int tx = x(); local
506 r.move(-tx, -ty);
508 gc->translate(static_cast<float>(tx), static_cast<float>(ty));
510 gc->translate(-static_cast<float>(tx), -static_cast<float>(ty));
523 int tx = x(); local
527 gc->drawRect(IntRect(tx, ty, width(), kBorderSize));
528 gc->drawRect(IntRect(tx, ty, kBorderSize, height()));
529 gc->drawRect(IntRect(tx, ty + height() - kBorderSize, width(), kBorderSize));
530 gc->drawRect(IntRect(tx + width() - kBorderSize, ty, kBorderSize, height()));
857 int tx = x() - scrollX() local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
Layer.cpp 122 SkScalar tx = SkScalarMul(m_anchorPoint.fX, m_size.width()); local
124 matrix->preTranslate(tx, ty);
126 matrix->preTranslate(-tx, -ty);

Completed in 877 milliseconds

1 2 3 4 56 7 8 91011