HomeSort by relevance Sort by last modified time
    Searched defs:Rx (Results 1 - 12 of 12) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 289 // sRGB value {Rx,Ry}={0.64, 0.33}, {Gx,Gy}={0.30, 0.60}, {Bx,By}={0.15, 0.06}
291 FX_FLOAT Rx = 0.64f, Ry = 0.33f;
294 CFX_Matrix_3by3 RGB_xyz(Rx, Gx, Bx, Ry, Gy, By, 1 - Rx - Ry, 1 - Gx - Gy,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_long.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_long.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py     [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 328 int Rx = x.reg;
349 ADD(AL, 0, Rx, Rx, reg_imm(txPtr.reg, ASR, 16)); // x += (s>>16)
354 SMLABB(AL, Rx, Ry, txPtr.reg, Rx); // x+y*stride
356 base_offset(txPtr, txPtr, Rx);
378 MLA(AL, 0, s.reg, Rx, s.reg, ydsdy);
379 MLA(AL, 0, t.reg, Rx, t.reg, ydtdy);
    [all...]
GGLAssembler.cpp 360 int Rx = scratches.obtain();
362 CONTEXT_LOAD(Rx, iterators.xl);
366 // parts.count = iterators.xr - Rx
367 SUB(AL, 0, parts.count.reg, parts.count.reg, Rx);
378 AND(AL, 0, tx, Rx, imm(GGL_DITHER_MASK));
396 SMLABB(AL, Rs, Ry, Rs, Rx); // Rs = Rx + Ry*Rs
411 MLA(AL, 0, f, Rx, dfdx, ydfdy);
424 MLA(AL, 0, parts.z.reg, Rx, dzdx, ydzdy);
432 SMLABB(AL, Rs, Ry, Rs, Rx);
    [all...]
  /external/ImageMagick/coders/
wmf.c 1037 Rx,
1070 Rx = (BR.x - TL.x) / 2;
    [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/raster/
ftraster.c     [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp     [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c     [all...]

Completed in 1083 milliseconds