Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp319 class Vector_3by1 { class
321 Vector_3by1() : a(0.0f), b(0.0f), c(0.0f) {} in Vector_3by1() function in __anon5df10cd10111::Vector_3by1
323 Vector_3by1(float a1, float b1, float c1) : a(a1), b(b1), c(c1) {} in Vector_3by1() function in __anon5df10cd10111::Vector_3by1