Searched refs:fillRGB (Results 1 – 1 of 1) sorted by relevance
121 uint32_t fillRGB = pPathObj->m_ColorState.GetFillRGB(); in FPDFPath_GetFillColor() local122 *R = FXSYS_GetRValue(fillRGB); in FPDFPath_GetFillColor()123 *G = FXSYS_GetGValue(fillRGB); in FPDFPath_GetFillColor()124 *B = FXSYS_GetBValue(fillRGB); in FPDFPath_GetFillColor()