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

  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp 640 float B_ = pBuf[1];
644 B_ = FXSYS_pow(B_, m_Gamma[1]);
652 X = m_Matrix[0] * A_ + m_Matrix[3] * B_ + m_Matrix[6] * C_;
653 Y = m_Matrix[1] * A_ + m_Matrix[4] * B_ + m_Matrix[7] * C_;
654 Z = m_Matrix[2] * A_ + m_Matrix[5] * B_ + m_Matrix[8] * C_;
657 Y = B_;
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]

Completed in 380 milliseconds