Searched defs:is_opaque (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/core/
H A DSkBlitter_PM4f.cpp323 static bool is_opaque(const SkPaint& paint, const SkShader::Context* shaderContext) { function
356 if (is_opaque(paint, shaderContext)) {
388 if (is_opaque(paint, shaderContext)) {
H A DSkRasterPipelineBlitter.cpp110 bool is_opaque = paintColor->a() == 1.0f, local
117 if (!is_opaque) {
122 is_opaque = is_opaque && shader->isOpaque();
129 if (!colorFilter->appendStages(pipeline, dst.colorSpace(), alloc, is_opaque)) {
132 is_opaque = is_opaque && (colorFilter->getFlags() & SkColorFilter::kAlphaUnchanged_Flag);
142 is_opaque = paintColor->a() == 1.0f;
145 if (is_opaque && *blend == SkBlendMode::kSrcOver) {
/external/skia/samplecode/
H A DSampleBigGradient.cpp187 static bool Create(int width, int height, bool is_opaque, SkRasterHandleAllocator::Rec* rec) { argument
/external/pdfium/samples/
H A Dimage_diff_png.cc48 unsigned char* output, bool* is_opaque) {
60 unsigned char* rgb, bool* is_opaque) {
90 is_opaque(true),
103 bool is_opaque; member in class:image_diff_png::__anon15792::PngDecoderState
111 bool* is_opaque);
122 unsigned char* rgba, bool* is_opaque) {
134 unsigned char* bgra, bool* is_opaque) {
268 state->row_converter(new_row, state->width, dest, &state->is_opaque);
386 unsigned char* rgb, bool* is_opaque) {
458 unsigned char* out, bool* is_opaque);
47 ConvertBetweenBGRAandRGBA(const unsigned char* input, int pixel_width, unsigned char* output, bool* is_opaque) argument
59 ConvertRGBAtoRGB(const unsigned char* rgba, int pixel_width, unsigned char* rgb, bool* is_opaque) argument
121 ConvertRGBtoRGBA(const unsigned char* rgb, int pixel_width, unsigned char* rgba, bool* is_opaque) argument
133 ConvertRGBtoBGRA(const unsigned char* rgb, int pixel_width, unsigned char* bgra, bool* is_opaque) argument
385 ConvertBGRAtoRGB(const unsigned char* bgra, int pixel_width, unsigned char* rgb, bool* is_opaque) argument
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli635 (** [is_opaque sty] returns [true] if the structure type [sty] is opaque.
637 val is_opaque : lltype -> bool var
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.mli505 (** [is_opaque sty] returns [true] if the structure type [sty] is opaque.
507 val is_opaque : lltype -> bool var

Completed in 302 milliseconds