HomeSort by relevance Sort by last modified time
    Searched defs:blitRect (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/src/fxge/skia/
fx_skia_blitter_new.cpp 43 this->blitRect(x, y, 1, height);
55 void CFX_SkiaRenderer::blitRect(int x, int y, int width, int height)
70 blitRect(x, y, width, height);
    [all...]
  /external/skia/src/core/
SkSpriteBlitterTemplate.h 18 virtual void blitRect(int x, int y, int width, int height) {
SkBlitter.cpp 51 this->blitRect(x, y, 1, height);
63 void SkBlitter::blitRect(int x, int y, int width, int height) {
77 this->blitRect(x, y, width, height);
218 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
228 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
242 void SkNullBlitter::blitRect(int x, int y, int width, int height) {}
357 void SkRectClipBlitter::blitRect(int left, int y, int width, int height) {
362 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
382 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
477 void SkRgnClipBlitter::blitRect(int x, int y, int width, int height)
    [all...]
SkBlitter_A8.cpp 200 void SkA8_Blitter::blitRect(int x, int y, int width, int height) {
403 void SkA8_Coverage_Blitter::blitRect(int x, int y, int width, int height) {
SkBlitter_ARGB32.cpp 238 void SkARGB32_Blitter::blitRect(int x, int y, int width, int height) {
381 void SkARGB32_Shader_Blitter::blitRect(int x, int y, int width, int height) {
SkBlitter_RGB16.cpp 66 void blitRect(int x, int y, int width, int height) override;
95 void blitRect(int x, int y, int width, int height) override;
124 void blitRect(int x, int y, int width, int height) override;
146 void blitRect(int x, int y, int width, int height) override;
501 void SkRGB16_Opaque_Blitter::blitRect(int x, int y, int width, int height) {
676 void SkRGB16_Blitter::blitRect(int x, int y, int width, int height) {
712 void SkRGB16_Shader16_Blitter::blitRect(int x, int y, int width, int height) {
851 void SkRGB16_Shader_Blitter::blitRect(int x, int y, int width, int height) {
    [all...]
SkAAClip.cpp     [all...]

Completed in 2848 milliseconds