Home
last modified time | relevance | path

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

/external/pdfium/samples/
Dimage_diff_png.cc48 unsigned char* output, bool* is_opaque) { in ConvertBetweenBGRAandRGBA() argument
60 unsigned char* rgb, bool* is_opaque) { in ConvertRGBAtoRGB() argument
90 is_opaque(true), in PngDecoderState()
103 bool is_opaque; member in image_diff_png::__anon086722a80211::PngDecoderState
111 bool* is_opaque);
122 unsigned char* rgba, bool* is_opaque) { in ConvertRGBtoRGBA() argument
134 unsigned char* bgra, bool* is_opaque) { in ConvertRGBtoBGRA() argument
268 state->row_converter(new_row, state->width, dest, &state->is_opaque); in DecodeRowCallback()
386 unsigned char* rgb, bool* is_opaque) { in ConvertBGRAtoRGB() argument
458 unsigned char* out, bool* is_opaque);
/external/skia/src/core/
DSkBlitter_PM4f.cpp285 static bool is_opaque(const SkPaint& paint, const SkShader::Context* shaderContext) { in is_opaque() function
316 if (is_opaque(paint, shaderContext)) { in State32()
348 if (is_opaque(paint, shaderContext)) { in State64()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml375 external is_opaque : lltype -> bool = "llvm_is_opaque"
Dllvm.mli609 (** [is_opaque sty] returns [true] if the structure type [sty] is opaque.
611 val is_opaque : lltype -> bool val
/external/v8/include/
Dv8.h1007 bool is_opaque = false)
1010 (is_opaque ? kIsOpaque : 0)) {}