/external/quake/quake/src/WinQuake/ |
gl_model.cpp | 343 texture_t *tx, *tx2; local 374 tx = (texture_t*) Hunk_AllocName (sizeof(texture_t) +pixels, loadname ); 375 loadmodel->textures[i] = tx; 377 memcpy (tx->name, mt->name, sizeof(tx->name)); 378 tx->width = mt->width; 379 tx->height = mt->height; 381 tx->offsets[j] = mt->offsets[j] + sizeof(texture_t) - sizeof(miptex_t); 383 memcpy ( tx+1, mt+1, pixels); 387 R_InitSky (tx); [all...] |
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...] |
/system/netd/ |
CommandListener.cpp | 112 unsigned long rx = 0, tx = 0; local 113 if (readInterfaceCounters(argv[2], &rx, &tx)) { 130 unsigned long rx = 0, tx = 0; local 131 if (readInterfaceCounters(argv[2], &rx, &tx)) { 137 asprintf(&msg, "%lu", tx); 142 if (argc != 4 || (argc == 4 && (strcmp(argv[3], "rx") && (strcmp(argv[3], "tx"))))) { 144 "Usage: interface getthrottle <interface> <rx|tx>", false); 674 int CommandListener::readInterfaceCounters(const char *iface, unsigned long *rx, unsigned long *tx) { 691 name, rx, &d, &d, &d, &d, &d, &d, &d, tx); 697 // note that all the %lu will be off by one and the real tx value will be in [all...] |
/external/webkit/WebCore/platform/graphics/transforms/ |
TransformationMatrix.cpp | 795 TransformationMatrix& TransformationMatrix::translate(double tx, double ty) 797 m_matrix[3][0] += tx * m_matrix[0][0] + ty * m_matrix[1][0]; 798 m_matrix[3][1] += tx * m_matrix[0][1] + ty * m_matrix[1][1]; 799 m_matrix[3][2] += tx * m_matrix[0][2] + ty * m_matrix[1][2]; 800 m_matrix[3][3] += tx * m_matrix[0][3] + ty * m_matrix[1][3]; 804 TransformationMatrix& TransformationMatrix::translate3d(double tx, double ty, double tz) 806 m_matrix[3][0] += tx * m_matrix[0][0] + ty * m_matrix[1][0] + tz * m_matrix[2][0]; 807 m_matrix[3][1] += tx * m_matrix[0][1] + ty * m_matrix[1][1] + tz * m_matrix[2][1]; 808 m_matrix[3][2] += tx * m_matrix[0][2] + ty * m_matrix[1][2] + tz * m_matrix[2][2]; 809 m_matrix[3][3] += tx * m_matrix[0][3] + ty * m_matrix[1][3] + tz * m_matrix[2][3] [all...] |
AffineTransform.h | 102 AffineTransform& translate(double tx, double ty); 103 AffineTransform& translateRight(double tx, double ty);
|
TransformationMatrix.h | 225 TransformationMatrix& translate(double tx, double ty); 226 TransformationMatrix& translate3d(double tx, double ty, double tz); 229 TransformationMatrix& translateRight(double tx, double ty); 230 TransformationMatrix& translateRight3d(double tx, double ty, double tz);
|
/external/webkit/WebCore/rendering/ |
RenderButton.cpp | 180 IntRect RenderButton::controlClipRect(int tx, int ty) const 183 return IntRect(tx + borderLeft(), ty + borderTop(), width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom());
|
RenderFileUploadControl.cpp | 182 void RenderFileUploadControl::paintObject(PaintInfo& paintInfo, int tx, int ty) 189 IntRect clipRect(tx + borderLeft(), ty + borderTop(), 204 int contentLeft = tx + borderLeft() + paddingLeft(); 238 RenderBlock::paintObject(paintInfo, tx, ty);
|
SVGRootInlineBox.h | 61 virtual void paint(RenderObject::PaintInfo&, int tx, int ty);
|
RenderView.h | 66 virtual void paint(PaintInfo&, int tx, int ty); 67 virtual void paintBoxDecorations(PaintInfo&, int tx, int ty); 86 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
|
TextControlInnerElements.cpp | 47 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction); 53 bool RenderTextControlInnerBlock::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) 61 return RenderBlock::nodeAtPoint(request, result, x, y, tx, ty, placeholderIsVisible ? HitTestBlockBackground : hitTestAction);
|
RenderListMarker.cpp | [all...] |
RenderTextControl.cpp | 440 void RenderTextControl::hitInnerTextElement(HitTestResult& result, int xPos, int yPos, int tx, int ty) 444 result.setLocalPoint(IntPoint(xPos - tx - x() - m_innerText->renderBox()->x(), 455 IntRect RenderTextControl::controlClipRect(int tx, int ty) const 458 clipRect.move(tx, ty); 508 void RenderTextControl::addFocusRingRects(Vector<IntRect>& rects, int tx, int ty) 511 rects.append(IntRect(tx, ty, width(), height()));
|
/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...] |
/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
|
/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);
|
SkNinePatch.cpp | 64 SkScalar tx = SkIntToScalar(xDivs[x]); local 68 vx += tx; 71 texs->set(tx, ty); texs++;
|
/external/webkit/WebCore/platform/chromium/ |
PopupMenuChromium.cpp | 438 int tx = x(); local 441 r.move(-tx, -ty); 443 gc->translate(static_cast<float>(tx), static_cast<float>(ty)); 445 gc->translate(-static_cast<float>(tx), -static_cast<float>(ty)); 458 int tx = x(); local 462 gc->drawRect(IntRect(tx, ty, width(), kBorderSize)); 463 gc->drawRect(IntRect(tx, ty, kBorderSize, height())); 464 gc->drawRect(IntRect(tx, ty + height() - kBorderSize, width(), kBorderSize)); 465 gc->drawRect(IntRect(tx + width() - kBorderSize, ty, kBorderSize, height())); 763 int tx = x() - scrollX() local [all...] |
/system/core/libpixelflinger/ |
scanline.cpp | 113 "565 fb, 8888 tx, blend", scanline_t32cb16blend, init_y_noop }, 116 "565 fb, 8888 tx", scanline_t32cb16, init_y_noop }, 565 texture_t& tx = c->state.texture[i]; local 566 if (!tx.enable) 568 texture_iterators_t& ti = tx.iterators; 572 if (tx.s_coord != GGL_ONE_TO_ONE) { 573 const int w = tx.surface.width; 574 u = wrapping(tc[i].s, w, tx.s_wrap); 577 u = (((tx.shade.is0>>16) + x)<<16) + FIXED_HALF; 581 if (tx.t_coord != GGL_ONE_TO_ONE) [all...] |
/frameworks/base/libs/rs/ |
rsType.cpp | 91 uint32_t tx = mDimX; local 96 mLODs[lod].mX = tx; 100 offset += tx * rsMax(ty, 1u) * rsMax(tz, 1u) * mElement->getSizeBytes(); 101 if (tx > 1) tx >>= 1;
|
/frameworks/base/services/surfaceflinger/ |
Transform.cpp | 129 int Transform::tx() const { function in class:android::Transform 146 void Transform::set(float tx, float ty) 148 mMatrix[2][0] = tx; 152 if (isZero(tx) && isZero(ty)) { 277 out = reg.translate(tx(), ty());
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_rt.c | 321 double x = (dRate->tn ? (dRate->tx ? ((1e6 * dRate->tn) / dRate->tx) : 1e6) : 0.); 329 double s = dRate->txx ? (dRate->tx * (double) dRate->tx / dRate->txx / dRate->tn) : 1; 339 dRate->txx = dRate->tx = dRate->tn = 0; 409 me->dRate[i].txx = me->dRate[i].tx = me->dRate[i].tn = me->dRate[i].tn0 = 0; 535 me->dRate[i].txx = me->dRate[i].tx = me->dRate[i].tn = me->dRate[i].tn0 = 0; 566 me->dRate[i].txx = me->dRate[i].tx = me->dRate[i].tn = me->dRate[i].tn0 = 0; 593 me->dRate[i].tx += delta; 606 me->dRate[i].txx = me->dRate[i].tx = me->dRate[i].tn = 0 [all...] |
/packages/experimental/procstatlog/ |
procstatreport.py | 126 bytes: <nobr>%(tx)d tx</nobr>, 402 tx = int(next[8]) - int(last[8]) 403 max_bytes = max(max_bytes, rx, tx) 407 interface_tx.setdefault(interface, {})[when] = tx 412 rx, tx = interface_rx[interface], interface_tx[interface] 413 total_rx, total_tx = sum(rx.values()), sum(tx.values()) 417 ["rx", "tx"], [rx, tx], 426 "tx": total_t [all...] |
/bionic/libc/kernel/common/linux/ |
atmdev.h | 29 #define __AAL_STAT_ITEMS __HANDLE_ITEM(tx); __HANDLE_ITEM(tx_err); __HANDLE_ITEM(rx); __HANDLE_ITEM(rx_err); __HANDLE_ITEM(rx_drop);
|