Lines Matching defs:alpha
289 /* If the shape is different than the alpha component of the content, then
1090 SkPDFIndirectReference SkPDFDevice::makeFormXObjectFromDevice(SkIRect bounds, bool alpha) {
1098 const char* colorSpace = alpha ? "DeviceGray" : nullptr;
1112 SkPDFIndirectReference SkPDFDevice::makeFormXObjectFromDevice(bool alpha) {
1113 return this->makeFormXObjectFromDevice(SkIRect{0, 0, this->width(), this->height()}, alpha);
1164 // note: we always present the alpha as 1 for the shader, knowing that it will be
1349 // TODO(vandebo) srcFormXObject may contain alpha, but here we want it
1350 // without alpha.
1481 // If the image is opaque and the paint's alpha is too, replace
1494 // must blend alpha image and shader before applying colorfilter.
1499 // In the case of alpha images with shaders, the shader's coordinate
1513 // The ColorFilter applies to the paint color/shader, not the alpha layer.
1599 // alpha to the image while still giving good behavior at the edge of
1600 // the image. Avoiding alpha will reduce the pdf size and generation