Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFBitmap.cpp157 static size_t pdf_color_component_count(SkColorType ct) { in pdf_color_component_count() function
178 pdf_color_component_count(bitmap.colorType()); in bitmap_to_pdf_pixels()
189 SkASSERT(3 == pdf_color_component_count(colorType)); in bitmap_to_pdf_pixels()
209 SkASSERT(3 == pdf_color_component_count(colorType)); in bitmap_to_pdf_pixels()
225 SkASSERT(1 == pdf_color_component_count(colorType)); in bitmap_to_pdf_pixels()
230 SkASSERT(1 == pdf_color_component_count(colorType)); in bitmap_to_pdf_pixels()
358 SkASSERT(1 == pdf_color_component_count(bitmap.colorType())); in emit_image_xobject()
361 } else if (1 == pdf_color_component_count(bitmap.colorType())) { in emit_image_xobject()