HomeSort by relevance Sort by last modified time
    Searched defs:tx (Results 76 - 100 of 229) sorted by null

1 2 34 5 6 7 8 910

  /external/skia/samplecode/
SampleVertices.cpp 146 const SkScalar tx = SkIntToScalar(texWidth); local
164 t[i+1].set(i*tx/n, ty);
167 t[n+1].set(tx, ty);
176 const SkScalar tx = SkIntToScalar(texWidth); local
194 t[i*2 + 0].set(tx * i / n, ty);
195 t[i*2 + 1].set(tx * i / n, 0);
200 t[2*n + 0].set(tx, ty);
201 t[2*n + 1].set(tx, 0);
  /external/skia/src/compute/skc/
common.h 31 skc_float tx; member in struct:skc_transform::__anon37955
112 skc_uint tx; member in struct:skc_cmd_place::__anon37958
  /external/skqp/bench/
RotatedRectBench.cpp 112 SkScalar tx = 0, ty = 0; variable
126 canvas->translate(tx, ty);
134 tx += kRectW + 2;
135 if (tx > w) {
136 tx = 0;
  /external/skqp/gm/
gamma.cpp 19 const SkScalar tx = sz + 15.0f; local
60 canvas->translate(tx, 0);
  /external/skqp/samplecode/
SampleVertices.cpp 146 const SkScalar tx = SkIntToScalar(texWidth); local
164 t[i+1].set(i*tx/n, ty);
167 t[n+1].set(tx, ty);
176 const SkScalar tx = SkIntToScalar(texWidth); local
194 t[i*2 + 0].set(tx * i / n, ty);
195 t[i*2 + 1].set(tx * i / n, 0);
200 t[2*n + 0].set(tx, ty);
201 t[2*n + 1].set(tx, 0);
  /external/skqp/src/compute/skc/
common.h 31 skc_float tx; member in struct:skc_transform::__anon38758
112 skc_uint tx; member in struct:skc_cmd_place::__anon38761
  /external/swiftshader/src/OpenGL/common/
MatrixStack.cpp 155 float tx = -(r + l) / (r - l); local
159 Matrix ortho(2 / (r - l), 0, 0, tx,
  /external/u-boot/drivers/serial/
serial_uniphier.c 23 #define tx rx /* Out: Transmit buffer */ macro
76 writel(c, &port->tx);
  /external/u-boot/drivers/spi/
ath79_spi.c 62 const u8 *tx = dout; local
79 if (tx)
80 curbyte = *tx++;
  /external/u-boot/drivers/usb/musb-new/
musb_gadget.h 32 u8 tx; /* endpoint direction */ member in struct:musb_request
48 * struct musb_ep - peripheral side view of endpoint rx or tx side
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerUnaffiliatedAuthenticatorTests.java 26 import android.accounts.cts.common.tx.StartAddAccountSessionTx;
27 import android.accounts.cts.common.tx.StartUpdateCredentialsSessionTx;
468 StartAddAccountSessionTx tx = params.<StartAddAccountSessionTx>getParcelable( local
470 assertEquals(tx.accountType, Fixtures.TYPE_STANDARD_UNAFFILIATED);
471 assertEquals(tx.options.getString(Fixtures.KEY_ACCOUNT_NAME),
479 StartUpdateCredentialsSessionTx tx = local
482 assertEquals(tx.account, Fixtures.ACCOUNT_UNAFFILIATED_FIXTURE_SUCCESS);
483 assertEquals(tx.options.getString(Fixtures.KEY_ACCOUNT_NAME),
  /bionic/libc/kernel/uapi/linux/
if_xdp.h 39 struct xdp_ring_offset tx; member in struct:xdp_mmap_offsets
  /cts/tests/tests/transition/src/android/transition/cts/
ChangeImageTransformTest.java 138 float tx = Math.round((imageViewWidth - imageWidth)/2f); local
145 matrix.postTranslate(tx, ty);
176 float tx = Math.round((imageViewWidth - width) / 2f); local
181 matrix.postTranslate(tx, ty);
198 float tx = (imageViewWidth - width) / 2f; local
203 matrix.postTranslate(tx, ty);
236 float tx = imageViewWidth - width; local
241 matrix.postTranslate(tx, ty);
  /device/google/contexthub/firmware/os/inc/
seos_priv.h 79 uint32_t tx; member in struct:I2cEventData
  /external/aac/libFDK/src/
FDK_bitbuffer.cpp 166 UINT tx = (hBitBuf->Buffer[byteOffset & byteMask] << 24) | local
172 tx <<= bitOffset;
173 tx |= hBitBuf->Buffer[(byteOffset + 4) & byteMask] >> (8 - bitOffset);
176 return (tx >> (32 - numberOfBits));
224 UINT tx = hBitBuf->Buffer[(byteOffset - 3) & byteMask] << 24 | local
230 tx >>= (8 - bitOffset);
233 tx |= hBitBuf->Buffer[(byteOffset - 4) & byteMask] << (24 + bitOffset);
241 txa |= (tx & bitMaskR) << (31 - (i << 1));
242 txa |= (tx & bitMaskL) >> (31 - (i << 1));
  /external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
CipherEncryptBenchmark.java 72 Transformation tx = config.transformation(); local
73 key = tx.newEncryptKey();
74 cipher = config.cipherFactory().newCipher(tx.toFormattedString());
77 int messageSize = messageSize(tx.toFormattedString());
  /external/curl/lib/
security.c 332 ssize_t tx = 0, len = conn->buffer_size; local
345 tx += len;
347 return tx;
  /external/freetype/src/psaux/
psglue.h 82 CF2_F16Dot16 tx; member in struct:CF2_Matrix_
  /external/kernel-headers/original/uapi/linux/
if_xdp.h 36 struct xdp_ring_offset tx; member in struct:xdp_mmap_offsets
69 /* Rx/Tx descriptor */
  /external/libese/apps/boot/
boot.c 68 struct EseSgBuffer tx[2]; local
112 tx[0].base = &chan;
113 tx[0].len = 1;
114 tx[1].base = (uint8_t *)&kSelectApplet[1];
115 tx[1].len = sizeof(kSelectApplet) - 1;
118 rx_len = ese_transceive_sg(ese, tx, 2, &rx, 1);
172 struct EseSgBuffer tx[4]; local
185 tx[0].base = &chan;
186 tx[0].len = 1;
187 tx[1].base = (uint8_t *)&kGetLockState[1]
232 struct EseSgBuffer tx[3]; local
286 struct EseSgBuffer tx[2]; local
324 struct EseSgBuffer tx[4]; local
374 struct EseSgBuffer tx[3]; local
451 struct EseSgBuffer tx[3]; local
495 struct EseSgBuffer tx[5]; local
554 struct EseSgBuffer tx[4]; local
621 struct EseSgBuffer tx[5]; local
671 struct EseSgBuffer tx[3]; local
717 struct EseSgBuffer tx[2]; local
758 struct EseSgBuffer tx[4]; local
    [all...]
  /external/libese/libese-teq1/
teq1_private.h 53 #define TEQ1_RULE(TX, RX) (((TX & 255) << 8)|(RX & 255))
63 const struct EseSgBuffer *tx; member in struct:Teq1State::__anon28163
83 .tx = (TX_BUFS), \
125 #define teq1_dump_transmit(_B, _L) teq1_dump_buf("TX", (_B), (_L))
  /external/libhevc/decoder/
ihevcd_mv_pred.c 108 WORD32 td, tb, tx; local
117 tx = (16384 + (abs(td) >> 1)) / td;
119 dist_scale_factor = (tb * tx + 32) >> 6;
170 WORD32 td, tb, tx; local
177 tx = (16384 + (abs(td) >> 1)) / td;
179 dist_scale_factor = (tb * tx + 32) >> 6;
  /external/linux-kselftest/tools/testing/selftests/ptp/
testptp.c 54 static int clock_adjtime(clockid_t id, struct timex *tx)
56 return syscall(__NR_clock_adjtime, id, tx);
150 struct timex tx; local
292 memset(&tx, 0, sizeof(tx));
293 tx.modes = ADJ_FREQUENCY;
294 tx.freq = ppb_to_scaled_ppm(adjfreq);
295 if (clock_adjtime(clkid, &tx)) {
303 memset(&tx, 0, sizeof(tx));
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 251 int tx = x * TILE_SIZE; local
273 count = debug_clear_tile(tx, ty, block->arg[k], tile, val);
277 count = debug_shade_tile(tx, ty, block->arg[k], tile, val);
286 count = debug_triangle(tx, ty, block->arg[k], tile, val);
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_miptree.c 268 struct nv30_transfer *tx; local
272 tx = CALLOC_STRUCT(nv30_transfer);
273 if (!tx)
275 pipe_resource_reference(&tx->base.resource, pt);
276 tx->base.level = level;
277 tx->base.usage = usage;
278 tx->base.box = *box;
279 tx->base.stride = align(util_format_get_nblocksx(pt->format, box->width) *
281 tx->base.layer_stride = util_format_get_nblocksy(pt->format, box->height) *
282 tx->base.stride
340 struct nv30_transfer *tx = nv30_transfer(ptx); local
    [all...]

Completed in 1957 milliseconds

1 2 34 5 6 7 8 910