Home
last modified time | relevance | path

Searched refs:isColor (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/src/core/
H A DSkStrikeForGPU.cpp23 SkASSERT(glyph.isColor() || glyph.setPathHasBeenCalled()); in CanDrawAsPath()
24 return !glyph.isColor() && glyph.path() != nullptr; in CanDrawAsPath()
H A DSkScalerCache.h33 , fIsColor(glyph.isColor())
38 bool isColor() const {return fIsColor; } in isColor() function in SkGlyphDigest
H A DSkScalerCache.cpp226 if (!digest.isColor()) { in prepareForPathDrawing()
H A DSkGlyph.h304 bool isColor() const { return fMaskFormat == SkMask::kARGB32_Format; }
H A DSkRemoteGlyphCache.cpp441 if (glyph.isColor() || glyph.isEmpty()) { in writeGlyphPath()
541 if (!glyph->isColor() && !glyph->isEmpty()) { in prepareForPathDrawing()
/third_party/skia/src/opts/
H A DSkBlitMask_opts.h44 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/
H A Dpostprocess_template.c3079 const int8_t QPs[], int QPStride, int isColor, PPContext *c);
3307 const int8_t QPs[], int QPStride, int isColor, PPContext *c2) in postProcess()
3314 const int mode= isColor ? c.ppMode.chromMode : c.ppMode.lumMode; in postProcess()
3324 const int qpHShift= isColor ? 4-c.hChromaSubSample : 4; in postProcess()
3325 const int qpVShift= isColor ? 4-c.vChromaSubSample : 4; in postProcess()
3331 //const int mbWidth= isColor ? (width+7)>>3 : (width+15)>>4; in postProcess()
3365 if(!isColor){ in postProcess()
3514 if(!isColor){ in postProcess()
3660 c.tempBlurred[isColor] + y*dstStride + x, in postProcess()
3661 c.tempBlurredPast[isColor] in postProcess()
3306 postProcess(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, const int8_t QPs[], int QPStride, int isColor, PPContext *c2) postProcess() argument
[all...]
H A Dpostprocess.c537 const int8_t QPs[], int QPStride, int isColor, PPContext *c2);
540 const int8_t QPs[], int QPStride, int isColor, pp_mode *vm, pp_context *vc) in postProcess()
573 pp(src, srcStride, dst, dstStride, width, height, QPs, QPStride, isColor, c); in postProcess()
539 postProcess(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, const int8_t QPs[], int QPStride, int isColor, pp_mode *vm, pp_context *vc) postProcess() argument
/third_party/backends/backend/
H A Depson.c4033 SANE_Bool isColor = mode_params[optindex].color; in setvalue() local
4045 setOptionState (s, !isColor, OPT_DROPOUT, &reload); in setvalue()
4048 setOptionState (s, isColor, OPT_COLOR_CORRECTION, &reload); in setvalue()
4052 setOptionState (s, isColor && userDefined, OPT_CCT_1, &reload); in setvalue()
4053 setOptionState (s, isColor && userDefined, OPT_CCT_2, &reload); in setvalue()
4054 setOptionState (s, isColor && userDefined, OPT_CCT_3, &reload); in setvalue()
4055 setOptionState (s, isColor && userDefined, OPT_CCT_4, &reload); in setvalue()
4056 setOptionState (s, isColor && userDefined, OPT_CCT_5, &reload); in setvalue()
4057 setOptionState (s, isColor && userDefined, OPT_CCT_6, &reload); in setvalue()
4058 setOptionState (s, isColor in setvalue()
[all...]
H A Depson2.c1916 SANE_Bool isColor = mode_params[optindex].color; in setvalue() local
1928 setOptionState(s, !isColor, OPT_DROPOUT, &reload); in setvalue()
1931 setOptionState(s, isColor, in setvalue()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp559 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/
H A DSkScalerContext_mac_ct.cpp197 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/
H A DvktGeometryLayeredRenderingTests.cpp500 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/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp500 const bool isColor = compareColors(color, barColor, threshold); in verifyImageSingleColoredRow() local
506 isOk = isColor; in verifyImageSingleColoredRow()
512 isOk = isColor || isOutsideColor; in verifyImageSingleColoredRow()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_ifd.cpp2735 bool isColor = !isMonochrome; in IsValidDNG() local
2919 if (isColor && isMainIFD) in IsValidDNG()
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp638 const bool isColor = isColorOrder(format.order); in isValid() local
645 return isColor; in isValid()
651 return isColor || format.order == TextureFormat::D; in isValid()
700 return isColor; in isValid()
709 return isColor || format.order == TextureFormat::S; in isValid()
714 return isColor || format.order == TextureFormat::D; in isValid()
721 return isColor; in isValid()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp3336 bool isColor = attachments[attNdx] == (isFboBound ? GL_COLOR_ATTACHMENT0 : GL_COLOR);
3341 RC_IF_ERROR(!isColor && !isDepth && !isStencil && !isDepthStencil, GL_INVALID_VALUE, RC_RET_VOID);
3343 if (isColor) discardBuffers[0] = true;
3353 bool isColor = ndx == 0;
3356 rr::MultisamplePixelBufferAccess buf = isColor ? getDrawColorbuffer() :
3366 if (isColor)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp1428 const bool isColor = depthStencilFormat == VK_FORMAT_UNDEFINED; in initializeAttachmentReference() local
1433 : isColor in initializeAttachmentReference()
1436 reference.aspectMask = isColor in initializeAttachmentReference()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp3576 const bool isColor = tcu::allEqual(tcu::lessThan(tcu::abs(color.toIVec().swizzle(0, 1, 2) - refColor.toIVec().swizzle(0, 1, 2)), tcu::IVec3(threshold, threshold, threshold)), tcu::BVec3(true, true, true)); in verifyImageSingleColoredRow() local
3581 isOk = isColor; in verifyImageSingleColoredRow()
3585 isOk = isColor || isBlack; in verifyImageSingleColoredRow()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp1416 const bool isColor = depthStencilFormat == VK_FORMAT_UNDEFINED; in initializeAttachmentReference() local
1421 : isColor in initializeAttachmentReference()
1424 reference.aspectMask = isColor in initializeAttachmentReference()

Completed in 64 milliseconds