Home | History | Annotate | Download | only in win

Lines Matching defs:PixelFormat

107 struct PixelFormat {
113 bool pf_less(const PixelFormat& a, const PixelFormat& b) {
133 PixelFormat desiredFormat = {
138 SkTDArray<PixelFormat> rankedFormats;
155 SkTLessFunctionToFunctorAdaptor<PixelFormat, pf_less>());
156 int idx = SkTSearch<PixelFormat, pf_less>(rankedFormats.begin(),
159 sizeof(PixelFormat));
478 for (int pixelFormat : gPixelFormats) {
479 if (-1 == pixelFormat) {
482 HPBUFFER pbuf = extensions.createPbuffer(parentDC, pixelFormat, 1, 1, nullptr);