Searched refs:cBlendMode (Results 1 – 5 of 5) sorted by relevance
191 void OH_Drawing_BrushSetBlendMode(OH_Drawing_Brush* cBrush, OH_Drawing_BlendMode cBlendMode) in OH_Drawing_BrushSetBlendMode() argument198 if (cBlendMode < BLEND_MODE_CLEAR || cBlendMode > BLEND_MODE_LUMINOSITY) { in OH_Drawing_BrushSetBlendMode()202 brush->SetBlendMode(static_cast<BlendMode>(cBlendMode)); in OH_Drawing_BrushSetBlendMode()
37 …ColorFilter* OH_Drawing_ColorFilterCreateBlendMode(uint32_t color, OH_Drawing_BlendMode cBlendMode) in OH_Drawing_ColorFilterCreateBlendMode() argument40 static_cast<BlendMode>(cBlendMode)); in OH_Drawing_ColorFilterCreateBlendMode()
350 void OH_Drawing_PenSetBlendMode(OH_Drawing_Pen* cPen, OH_Drawing_BlendMode cBlendMode) in OH_Drawing_PenSetBlendMode() argument352 if (cBlendMode < BLEND_MODE_CLEAR || cBlendMode > BLEND_MODE_LUMINOSITY) { in OH_Drawing_PenSetBlendMode()361 pen->SetBlendMode(static_cast<BlendMode>(cBlendMode)); in OH_Drawing_PenSetBlendMode()
858 OH_Drawing_BlendMode cBlendMode) in OH_Drawing_CanvasDrawColor() argument865 if (cBlendMode < BLEND_MODE_CLEAR || cBlendMode > BLEND_MODE_LUMINOSITY) { in OH_Drawing_CanvasDrawColor()869 canvas->DrawColor(color, static_cast<BlendMode>(cBlendMode)); in OH_Drawing_CanvasDrawColor()
131 uint32_t cBlendMode = GetObject<uint32_t>(); in PenFuzzTest002() local151 …OH_Drawing_PenSetBlendMode(nullptr, static_cast<OH_Drawing_BlendMode>(cBlendMode % PATH_TWENTY_NI… in PenFuzzTest002()152 …OH_Drawing_PenSetBlendMode(pen, static_cast<OH_Drawing_BlendMode>(cBlendMode % PATH_TWENTY_NINE)); in PenFuzzTest002()