Home
last modified time | relevance | path

Searched defs:GetRGB (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_patterncs.cpp53 bool CPDF_PatternCS::GetRGB(float* pBuf, float* R, float* G, float* B) const { in GetRGB() function in CPDF_PatternCS
Dcpdf_color.cpp149 bool CPDF_Color::GetRGB(int* R, int* G, int* B) const { in GetRGB() function in CPDF_Color
Dcpdf_devicecs.cpp74 bool CPDF_DeviceCS::GetRGB(float* pBuf, float* R, float* G, float* B) const { in GetRGB() function in CPDF_DeviceCS
Dcpdf_colorspace.cpp580 bool CPDF_CalGray::GetRGB(float* pBuf, float* R, float* G, float* B) const { in GetRGB() function in CPDF_CalGray
638 bool CPDF_CalRGB::GetRGB(float* pBuf, float* R, float* G, float* B) const { in GetRGB() function in CPDF_CalRGB
733 bool CPDF_LabCS::GetRGB(float* pBuf, float* R, float* G, float* B) const { in GetRGB() function in CPDF_LabCS
841 bool CPDF_ICCBasedCS::GetRGB(float* pBuf, float* R, float* G, float* B) const { in GetRGB() function in CPDF_ICCBasedCS
1064 bool CPDF_IndexedCS::GetRGB(float* pBuf, float* R, float* G, float* B) const { in GetRGB() function in CPDF_IndexedCS
1141 bool CPDF_SeparationCS::GetRGB(float* pBuf, in GetRGB() function in CPDF_SeparationCS
1219 bool CPDF_DeviceNCS::GetRGB(float* pBuf, float* R, float* G, float* B) const { in GetRGB() function in CPDF_DeviceNCS
/external/toolchain-utils/cros_utils/
Dtabulator.py527 def GetRGB(self): member in Color