HomeSort by relevance Sort by last modified time
    Searched refs:isOpaque (Results 51 - 75 of 188) sorted by null

1 23 4 5 6 7 8

  /external/skqp/src/shaders/
SkBitmapProcShader.cpp 29 if (fInfo->fPixmap.isOpaque() && (255 == this->getPaintAlpha())) {
SkColorShader.cpp 19 bool SkColorShader::isOpaque() const {
  /external/skqp/src/shaders/gradients/
SkGradientShaderPriv.h 64 bool isOpaque() const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
IRMover.cpp 137 if (SSTy->isOpaque()) {
147 if (cast<StructType>(DstTy)->isOpaque()) {
201 assert(DstSTy->isOpaque());
249 if (STy->getContext().isODRUniquingDebugTypes() && !STy->isOpaque() &&
287 if (DTy->isOpaque()) {
324 if (STy->isOpaque()) {
    [all...]
  /external/skia/include/core/
SkPixmap.h 204 bool isOpaque() const { return fInfo.isOpaque(); }
  /external/skia/src/core/
SkSpriteBlitter_RGB565.cpp 38 fUseSrcOver = (mode == SkBlendMode::kSrcOver) && !src.isOpaque();
126 fUseSrcOver = (mode == SkBlendMode::kSrcOver) && !src.isOpaque();
SkDraw_vertices.cpp 73 SkTriColorShader(bool isOpaque) : fIsOpaque(isOpaque) {}
77 bool isOpaque() const override { return fIsOpaque; }
SkBitmap.cpp 222 bool SkBitmap::tryAllocN32Pixels(int width, int height, bool isOpaque) {
224 isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType);
228 void SkBitmap::allocN32Pixels(int width, int height, bool isOpaque) {
230 isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType);
SkDevice.h 69 bool isOpaque() const {
70 return this->imageInfo().isOpaque();
  /external/skqp/include/core/
SkPixmap.h 194 bool isOpaque() const { return fInfo.isOpaque(); }
  /external/skqp/src/core/
SkSpriteBlitter_RGB565.cpp 38 fUseSrcOver = (mode == SkBlendMode::kSrcOver) && !src.isOpaque();
126 fUseSrcOver = (mode == SkBlendMode::kSrcOver) && !src.isOpaque();
SkDraw_vertices.cpp 73 SkTriColorShader(bool isOpaque) : fIsOpaque(isOpaque) {}
77 bool isOpaque() const override { return fIsOpaque; }
SkDevice.h 69 bool isOpaque() const {
70 return this->imageInfo().isOpaque();
  /external/llvm/lib/Linker/
IRMover.cpp 131 if (SSTy->isOpaque()) {
141 if (cast<StructType>(DstTy)->isOpaque()) {
198 assert(DstSTy->isOpaque());
275 if (DTy->isOpaque()) {
312 if (STy->isOpaque()) {
    [all...]
  /external/skia/src/codec/
SkBmpCodec.cpp 433 // We use |isOpaque| to indicate if the BMP itself is opaque.
436 bool isOpaque = true;
466 isOpaque = false;
488 offset - bytesRead, rowOrder, isOpaque,
SkBmpStandardCodec.cpp 22 bool isOpaque, bool inIco)
29 , fIsOpaque(isOpaque)
  /external/skqp/src/codec/
SkBmpCodec.cpp 433 // We use |isOpaque| to indicate if the BMP itself is opaque.
436 bool isOpaque = true;
466 isOpaque = false;
488 offset - bytesRead, rowOrder, isOpaque,
SkBmpStandardCodec.cpp 22 bool isOpaque, bool inIco)
29 , fIsOpaque(isOpaque)
  /external/skia/src/shaders/
SkColorShader.cpp 19 bool SkColorShader::isOpaque() const {
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 478 bool isTarget = false, bool isOpaque = false);
480 bool isTarget = false, bool isOpaque = false);
482 bool isTarget = false, bool isOpaque = false);
486 bool isOpaque = false) {
487 return getConstant(Val, DL, VT, true, isOpaque);
490 bool isOpaque = false) {
491 return getConstant(Val, DL, VT, true, isOpaque);
494 bool isOpaque = false) {
495 return getConstant(Val, DL, VT, true, isOpaque);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h 557 bool isTarget = false, bool isOpaque = false);
559 bool isTarget = false, bool isOpaque = false);
562 bool IsOpaque = false) {
564 VT, IsTarget, IsOpaque);
568 bool isTarget = false, bool isOpaque = false);
572 bool isOpaque = false) {
573 return getConstant(Val, DL, VT, true, isOpaque);
576 bool isOpaque = false) {
577 return getConstant(Val, DL, VT, true, isOpaque);
580 bool isOpaque = false)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 115 if (SSTy->isOpaque()) {
123 if (cast<StructType>(DstTy)->isOpaque()) {
185 if (!DstSTy->isOpaque()) continue;
186 assert(!SrcSTy->isOpaque() && "Not resolving a definition?");
302 if (STy->isOpaque())
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
HardwareRendererTests.kt 243 assertTrue(isOpaque)
244 isOpaque = false
245 assertFalse(isOpaque)
  /external/llvm/unittests/AsmParser/
AsmParserTest.cpp 247 ASSERT_TRUE(ST->isOpaque());
380 ASSERT_TRUE(ST->isOpaque());
  /external/skia/tests/
BitmapTest.cpp 198 bool isOpaque = SkBitmap::ComputeIsOpaque(bm);
200 REPORTER_ASSERT(r, isOpaque == shouldBeOpaque);

Completed in 2412 milliseconds

1 23 4 5 6 7 8