Home | History | Annotate | Download | only in debugger

Lines Matching refs:bmode

3039                                        const SkPoint texCoords[4], SkBlendMode bmode,
3042 , fBlendMode(bmode)
3123 SkBlendMode bmode = SkBlendMode::kSrcOver; // TODO: extract from json
3127 return new SkDrawPatchCommand(cubics, colorsPtr, texCoordsPtr, bmode, paint);
3397 SkDrawVerticesCommand::SkDrawVerticesCommand(sk_sp<SkVertices> vertices, SkBlendMode bmode,
3401 , fBlendMode(bmode)