Home | History | Annotate | Download | only in docs

Lines Matching full:blend

824 Use Raster_Handle_Allocator to blend Skia drawing with custom drawing, typically performed
2329 that drawing blend partially with the destination along the edge. A rotated
2444 The same circle pieces blend with pixels more than once when Anti-aliased,
3188 #Param paint stroke, blend, color, and so on, used to draw ##
3252 #Param paint stroke, blend, color, and so on, used to draw ##
3285 #Param paint stroke, blend, color, and so on, used to draw ##
3321 #Param paint stroke, blend, color, and so on, used to draw ##
3347 #Param paint stroke, blend, color, and so on, used to draw ##
3375 #Param paint stroke or fill, blend, color, and so on, used to draw ##
3412 #Param paint stroke or fill, blend, color, and so on, used to draw ##
3443 #Param paint Paint stroke or fill, blend, color, and so on, used to draw ##
3473 #Param paint Paint stroke or fill, blend, color, and so on, used to draw ##
3508 #Param paint Paint stroke or fill, blend, color, and so on, used to draw ##
3554 #Param paint Paint stroke or fill, blend, color, and so on, used to draw ##
3603 #Param paint Paint stroke or fill, blend, color, and so on, used to draw ##
3630 #Param paint Paint stroke or fill, blend, color, and so on, used to draw ##
3672 #Param paint Paint stroke or fill, blend, color, and so on, used to draw ##
3731 #Param paint stroke, blend, color, and so on, used to draw ##
3776 #Param paint stroke, blend, color, and so on, used to draw ##
5018 #Param paint text size, blend, color, and so on, used to draw ##
5076 #Param paint text size, blend, color, and so on, used to draw ##
5109 #Param paint text size, blend, color, and so on, used to draw ##
5147 #Param paint text size, blend, color, and so on, used to draw ##
5193 #Param paint text size, blend, color, and so on, used to draw ##
5236 #Param paint text size, blend, color, and so on, used to draw ##
5286 #Param paint text size, blend, color, and so on, used to draw ##
5335 #Param paint text size, blend, color, and so on, used to draw ##
5384 #Param paint blend, color, stroking, and so on, used to draw ##
5437 #Param paint blend, color, stroking, and so on, used to draw ##
5726 for (auto blend : { SkBlendMode::kSrcOver, SkBlendMode::kModulate, SkBlendMode::kXor } ) {
5727 canvas->drawPatch(cubics, colors, texCoords, blend, paint);