Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp38 int intRGB[3]; in GetColor() local
41 !pColor->GetRGB(&intRGB[0], &intRGB[1], &intRGB[2])) { in GetColor()
44 rgb[0] = intRGB[0] / 255.0f; in GetColor()
45 rgb[1] = intRGB[1] / 255.0f; in GetColor()
46 rgb[2] = intRGB[2] / 255.0f; in GetColor()