Home
last modified time | relevance | path

Searched refs:FXSYS_GetRValue (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_transferfunc.cpp18 return FXSYS_RGB(m_Samples[FXSYS_GetRValue(rgb)], in TranslateColor()
/external/pdfium/fpdfsdk/
Dfpdfeditpath.cpp85 *R = FXSYS_GetRValue(strokeRGB); in FPDFPath_GetStrokeColor()
122 *R = FXSYS_GetRValue(fillRGB); in FPDFPath_GetFillColor()
Dcpdfsdk_baannot.cpp255 pArray->AddNew<CPDF_Number>(static_cast<float>(FXSYS_GetRValue(color)) / in SetColor()
/external/pdfium/core/fxge/dib/
Dfx_dib_main.cpp88 return FXARGB_MAKE(a, FXSYS_GetRValue(rgb), FXSYS_GetGValue(rgb), in ArgbEncode()
Dcfx_dibitmap.cpp687 int fr = FXSYS_GetRValue(forecolor); in ConvertRGBColorScale()
690 int br = FXSYS_GetRValue(backcolor); in ConvertRGBColorScale()
/external/pdfium/core/fxge/
Dfx_dib.h74 #define FXSYS_GetRValue(rgb) ((rgb)&0xff) macro