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

  /external/skia/src/utils/
SkCurveMeasure.cpp 111 float Bx = pts[1].x();
118 Sk8f(2*(Ax - 2*Bx + Cx)).store(&xCoeff[0]);
119 Sk8f(2*(Bx - Ax)).store(&xCoeff[1]);
128 float Bx = pts[1].x();
137 Sk8f(3*(-Ax + 3*(Bx - Cx) + Dx)).store(&xCoeff[0]);
138 Sk8f(6*(Ax - 2*Bx + Cx)).store(&xCoeff[1]);
139 Sk8f(3*(-Ax + Bx)).store(&xCoeff[2]);
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp 294 // sRGB value {Rx,Ry}={0.64, 0.33}, {Gx,Gy}={0.30, 0.60}, {Bx,By}={0.15, 0.06}
298 FX_FLOAT Bx = 0.15f, By = 0.06f;
299 CFX_Matrix_3by3 RGB_xyz(Rx, Gx, Bx, Ry, Gy, By, 1 - Rx - Ry, 1 - Gx - Gy,
300 1 - Bx - By);
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativePPC_common.c 146 #define Bx (HI(18))
405 code_ptr[0] = Bx;
458 *buf_ptr = Bx | (addr & 0x03fffffc) | ((*buf_ptr) & 0x1);
462 *buf_ptr = Bx | (addr & 0x03fffffc) | 0x2 | ((*buf_ptr) & 0x1);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
ColorSpace.java     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Pxe.h 224 IN OUT UINT16 Bx;
289 IN UINT16 Bx; ///< filled in with the same data
  /external/vixl/src/aarch32/
macro-assembler-aarch32.h     [all...]

Completed in 342 milliseconds