/third_party/skia/src/core/ |
D | SkStrikeForGPU.cpp | 23 SkASSERT(glyph.isColor() || glyph.setPathHasBeenCalled()); in CanDrawAsPath() 24 return !glyph.isColor() && glyph.path() != nullptr; in CanDrawAsPath()
|
D | SkScalerCache.h | 33 , fIsColor(glyph.isColor()) 38 bool isColor() const {return fIsColor; } in isColor() function
|
D | SkScalerCache.cpp | 226 if (!digest.isColor()) { in prepareForPathDrawing()
|
D | SkGlyph.h | 304 bool isColor() const { return fMaskFormat == SkMask::kARGB32_Format; } in isColor() function
|
D | SkRemoteGlyphCache.cpp | 441 if (glyph.isColor() || glyph.isEmpty()) { in writeGlyphPath() 541 if (!glyph->isColor() && !glyph->isEmpty()) { in prepareForPathDrawing()
|
/third_party/skia/src/opts/ |
D | SkBlitMask_opts.h | 44 template <bool isColor> 67 if (isColor) { in D32_A8_Opaque_Color_neon() 93 if (isColor) { in D32_A8_Opaque_Color_neon()
|
/third_party/flutter/skia/src/opts/ |
D | SkBlitMask_opts.h | 44 template <bool isColor> 67 if (isColor) { in D32_A8_Opaque_Color_neon() 93 if (isColor) { in D32_A8_Opaque_Color_neon()
|
/third_party/ffmpeg/libpostproc/ |
D | postprocess_template.c | 3079 const int8_t QPs[], int QPStride, int isColor, PPContext *c); 3307 const int8_t QPs[], int QPStride, int isColor, PPContext *c2) in RENAME() 3314 const int mode= isColor ? c.ppMode.chromMode : c.ppMode.lumMode; in RENAME() 3324 const int qpHShift= isColor ? 4-c.hChromaSubSample : 4; in RENAME() 3325 const int qpVShift= isColor ? 4-c.vChromaSubSample : 4; in RENAME() 3365 if(!isColor){ in RENAME() 3514 if(!isColor){ in RENAME() 3661 c.tempBlurred[isColor] + y*dstStride + x, in RENAME() 3662 c.tempBlurredPast[isColor] + (y>>3)*256 + (x>>3) + 256, in RENAME() 3684 c.tempBlurred[isColor] + y*dstStride + x, in RENAME() [all …]
|
D | postprocess.c | 556 const int8_t QPs[], int QPStride, int isColor, PPContext *c2); 559 const int8_t QPs[], int QPStride, int isColor, pp_mode *vm, pp_context *vc) in postProcess() argument 592 pp(src, srcStride, dst, dstStride, width, height, QPs, QPStride, isColor, c); in postProcess()
|
/third_party/flutter/skia/src/core/ |
D | SkStrike.cpp | 210 } else if (!glyphPtr->isColor()) { in prepareForDrawingRemoveEmpty() 215 SkASSERT(glyphPtr->maxDimension() > maxDimension && glyphPtr->isColor()); in prepareForDrawingRemoveEmpty()
|
D | SkGlyphRunPainter.cpp | 205 && !glyph.isColor() in drawForBitmapDevice() 442 SkASSERT(glyph.maskFormat() == SkMask::kSDF_Format || glyph.isColor()); in processGlyphRunList() 448 } else if (!glyph.isColor() && glyph.path() != nullptr) { in processGlyphRunList() 510 if (!glyph.isColor() && glyph.path() != nullptr) { in processGlyphRunList() 568 } else if (!glyph.isColor() && glyph.path() != nullptr) { in processGlyphRunList()
|
D | SkGlyph.h | 192 bool isColor() const { return fMaskFormat == SkMask::kARGB32_Format; } in isColor() function
|
D | SkRemoteGlyphCache.cpp | 683 } else if (!glyphPtr->isColor()) { in prepareForDrawingRemoveEmpty() 694 SkASSERT(glyphPtr->maxDimension() > maxDimension && glyphPtr->isColor()); in prepareForDrawingRemoveEmpty()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Device.cpp | 559 bool isColor = (flags & Device::COLOR_BUFFER) == Device::COLOR_BUFFER; in stretchRect() local 561 if(!isColor && !isDepth && !isStencil) in stretchRect() 634 else if(isColor || isDepth || isStencil) in stretchRect()
|
/third_party/skia/src/ports/ |
D | SkScalerContext_mac_ct.cpp | 197 const CGImageAlphaInfo alpha = (glyph.isColor()) in getCG() 241 uint32_t bgColor = (!glyph.isColor()) ? 0xFFFFFFFF : 0x00000000; in getCG()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 500 const bool isColor = compareColors(color, barColor, threshold); in verifyImageSingleColoredRow() local 506 isOk = isColor; in verifyImageSingleColoredRow() 512 isOk = isColor || isOutsideColor; in verifyImageSingleColoredRow()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexture.cpp | 595 const bool isColor = isColorOrder(format.order); in isValid() local 602 return isColor; in isValid() 608 return isColor || format.order == TextureFormat::D; in isValid() 657 return isColor; in isValid() 666 return isColor || format.order == TextureFormat::S; in isValid() 671 return isColor || format.order == TextureFormat::D; in isValid() 678 return isColor; in isValid()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_ifd.cpp | 2735 bool isColor = !isMonochrome; in IsValidDNG() local 2919 if (isColor && isMainIFD) in IsValidDNG()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 3334 bool isColor = attachments[attNdx] == (isFboBound ? GL_COLOR_ATTACHMENT0 : GL_COLOR); in invalidateSubFramebuffer() local 3339 RC_IF_ERROR(!isColor && !isDepth && !isStencil && !isDepthStencil, GL_INVALID_VALUE, RC_RET_VOID); in invalidateSubFramebuffer() 3341 if (isColor) discardBuffers[0] = true; in invalidateSubFramebuffer() 3351 bool isColor = ndx == 0; in invalidateSubFramebuffer() local 3354 rr::MultisamplePixelBufferAccess buf = isColor ? getDrawColorbuffer() : in invalidateSubFramebuffer() 3364 if (isColor) in invalidateSubFramebuffer()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontHost_mac.cpp | 1094 const CGImageAlphaInfo alpha = (glyph.isColor()) in getCG() 1138 uint32_t bgColor = (!glyph.isColor()) ? 0xFFFFFFFF : 0x00000000; in getCG()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 3576 …const bool isColor = tcu::allEqual(tcu::lessThan(tcu::abs(color.toIVec().swizzle(0, 1, 2) - refC… in verifyImageSingleColoredRow() local 3581 isOk = isColor; in verifyImageSingleColoredRow() 3585 isOk = isColor || isBlack; in verifyImageSingleColoredRow()
|