Home
last modified time | relevance | path

Searched refs:rowBytesAsPixels (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/docs/examples/
H A DPixmap_rowBytesAsPixels.cpp9 SkDebugf("rowBytes: %d rowBytesAsPixels: %d\n", rowBytes, pixmap.rowBytesAsPixels()); in REG_FIDDLE()
H A DBitmap_rowBytesAsPixels.cpp10 SkDebugf("rowBytes: %d rowBytesAsPixels: %d\n", rowBytes, bitmap.rowBytesAsPixels()); in REG_FIDDLE()
/third_party/skia/src/effects/imagefilters/
H A DSkMorphologyImageFilter.cpp145 src.rowBytesAsPixels(), dst->rowBytesAsPixels()); in call_proc_X()
153 srcRowBytesAsPixels, dst->rowBytesAsPixels()); in call_proc_Y()
719 tmp.getAddr32(tmpBounds.left(), tmpBounds.top()), tmp.rowBytesAsPixels(), in onFilterImage()
726 inputBM.rowBytesAsPixels(), in onFilterImage()
H A DSkBlurImageFilter.cpp822 auto intermediateRowBytesAsPixels = src.rowBytesAsPixels(); in cpu_blur()
849 + (shift > 0 ? shift * dst.rowBytesAsPixels() : 0); in cpu_blur()
850 intermediateRowBytesAsPixels = dst.rowBytesAsPixels(); in cpu_blur()
859 srcCursor += src.rowBytesAsPixels(); in cpu_blur()
871 dstCursor, dst.rowBytesAsPixels()); in cpu_blur()
/third_party/skia/include/core/
H A DSkBitmap.h185 int rowBytesAsPixels() const { return fPixmap.rowBytesAsPixels(); } in rowBytesAsPixels() function in SkBitmap
267 Does not include unused memory on last row when rowBytesAsPixels() exceeds width().
H A DSkPixmap.h204 int rowBytesAsPixels() const { return int(fRowBytes >> this->shiftPerPixel()); } in rowBytesAsPixels() function in SkPixmap
214 Does not include unused memory on last row when rowBytesAsPixels() exceeds width().
/third_party/skia/src/shaders/
H A DSkImageShader.cpp430 gather->stride = pm.rowBytesAsPixels(); in doStages()
744 skvm::I32 rowBytesAsPixels; in makeProgram() member
766 p->uniform32(uniforms->push(pm.rowBytesAsPixels())), in makeProgram()
804 trunc(clamped_y) * u.rowBytesAsPixels; in makeProgram()
/third_party/skia/src/core/
H A DSkBlitter_Sprite.cpp151 fSrcPtr.stride = fSource.rowBytesAsPixels();
H A DSkRasterPipelineBlitter.cpp294 blitter->fDst.rowBytesAsPixels(), in Create()
/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.cpp2030 skvm::I32 rowBytesAsPixels;
2041 index += trunc(coord.y) * children[i].rowBytesAsPixels;

Completed in 12 milliseconds