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

1 2 3 4 5 6 7 891011

  /external/icu4c/common/
rbbitblb.cpp 596 int32_t tx; local
597 for (tx=1; tx<fDStates->size(); tx++) {
599 temp = (RBBIStateDescriptor *)fDStates->elementAt(tx);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderObject.h 516 virtual void paint(PaintInfo&, int tx, int ty);
533 bool hitTest(const HitTestRequest&, HitTestResult&, const IntPoint&, int tx, int ty, HitTestFilter = HitTestAll);
534 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction);
    [all...]
RenderMenuList.cpp 233 IntRect RenderMenuList::controlClipRect(int tx, int ty) const
238 IntRect outerBox(tx + borderLeft() + paddingLeft(),
243 IntRect innerBox(tx + m_innerBlock->x() + m_innerBlock->paddingLeft(),
RenderListItem.cpp 348 void RenderListItem::paint(PaintInfo& paintInfo, int tx, int ty)
353 RenderBlock::paint(paintInfo, tx, ty);
RenderView.cpp 174 void RenderView::paint(PaintInfo& paintInfo, int tx, int ty)
178 paintObject(paintInfo, tx, ty);
331 void RenderView::absoluteRects(Vector<IntRect>& rects, int tx, int ty)
333 rects.append(IntRect(tx, ty, m_layer->width(), m_layer->height()));
  /frameworks/base/libs/gui/
SurfaceTexture.cpp 907 float tx, ty, sx, sy; local
925 tx = float(mCurrentCrop.left + 1) / float(buf->getWidth());
928 tx = 0.0f;
    [all...]
  /external/skia/src/core/
SkBitmapProcShader.cpp 5 bool SkBitmapProcShader::CanDo(const SkBitmap& bm, TileMode tx, TileMode ty) {
11 // if (tx == ty && (kClamp_TileMode == tx || kRepeat_TileMode == tx))
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 599 float tx, sx = dst.width() / src.width(); local
612 tx = dst.left - src.left * sx;
628 tx += diff;
636 d.mValues[2] = tx;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
synclink.h 212 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CropImage.java 688 for (int tx = rect.left, x = 0;
689 tx < rect.right; tx += tileSize, x += TILE_SIZE) {
692 tileRect.set(tx, ty, tx + tileSize, ty + tileSize);
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 373 int tx = scratches.obtain(); local
375 AND(AL, 0, tx, Rx, imm(GGL_DITHER_MASK));
377 ADD(AL, 0, tx, tx, reg_imm(ty, LSL, GGL_DITHER_ORDER_SHIFT));
378 ORR(AL, 0, parts.count.reg, tx, reg_imm(parts.count.reg, LSL, 16));
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 2427 int tx, ty; local
3255 int tx, ty, iy; local
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 73 wpa_hexdump(MSG_MSGDUMP, "WPA: TX EAPOL-Key", msg, msg_len);
431 /* Supplicant: swap tx/rx Mic keys */
628 int tx, key_rsc_len, keyidx; member in struct:wpa_gtk_data
643 "WPA: Installing GTK to the driver (keyidx=%d tx=%d len=%d)",
644 gd->keyidx, gd->tx, gd->gtk_len);
647 /* Swap Tx/Rx keys for Michael MIC */
663 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len,
677 int tx)
679 if (tx && sm->pairwise_cipher != WPA_CIPHER_NONE) {
680 /* Ignore Tx bit for GTK if a pairwise key is used. One A
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 2427 int tx, ty; local
3255 int tx, ty, iy; local
    [all...]
  /external/opencv/cvaux/src/
cvscanlines.cpp 1906 int tx, ty; local
    [all...]
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp     [all...]
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 569 public void setTransform(AffineTransform Tx)
571 graphics.setTransform(Tx);
584 public void transform(AffineTransform Tx)
586 graphics.transform(Tx);
589 public void translate(double tx, double ty)
591 graphics.translate(tx, ty);
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 388 void GraphicsContext::translate(float tx, float ty)
393 gc->Translate(tx, ty);
  /frameworks/base/services/surfaceflinger/
LayerBase.cpp 123 if (mCurrentState.transform.tx() == x && mCurrentState.transform.ty() == y)
481 s.z, s.transform.tx(), s.transform.ty(), s.w, s.h,
  /external/kernel-headers/original/linux/
atmdev.h 34 __HANDLE_ITEM(tx); /* TX okay */ \
35 __HANDLE_ITEM(tx_err); /* TX errors */ \
131 #define __ATM_LM_MKLOC(n) ((n)) /* Local (i.e. loop TX to RX) */
132 #define __ATM_LM_MKRMT(n) ((n) << 8) /* Remote (i.e. loop RX to TX) */
172 #define ATM_SC_TX 2048 /* enable TX single-copy */
serial_core.h 203 __u32 tx; member in struct:uart_icount
219 unsigned int fifosize; /* tx fifo size */
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 120 void translate(float tx, float ty);
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 33 /* Source (TX) devices */
110 int tx; member in struct:android::msm_bt_endpoint
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
MultiWaveView.java 693 float tx = x - mWaveCenterX;
695 float touchRadius = (float) Math.sqrt(dist2(tx, ty));
697 float limitX = mWaveCenterX + tx * scale;
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 433 int tx, ty; local
439 tx = ix - ty;
442 tmpx = a->dp + tx;
446 while (tx++ < a->used && ty-- >= 0) { ... }
448 iy = MIN(a->used-tx, ty+1);
536 int tx, ty, iy; local
541 tx = ix - ty;
544 tmpx = a->dp + tx;
548 while (tx++ < a->used && ty-- >= 0) { ... }
550 iy = MIN(a->used-tx, ty+1)
638 int tx, ty, iy; local
    [all...]

Completed in 1064 milliseconds

1 2 3 4 5 6 7 891011