Searched defs:rasterize (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/experimental/sorttoy/ |
D | Cmds.h | 56 void rasterize(uint32_t zBuffer[256][256], SkBitmap* dstBM) const override { in rasterize() function 79 void rasterize(uint32_t zBuffer[256][256], SkBitmap* dstBM) const override { in rasterize() function
|
D | Cmds.cpp | 144 void DrawCmd::rasterize(uint32_t zBuffer[256][256], SkBitmap* dstBM) const { in rasterize() function in DrawCmd 239 void ClipCmd::rasterize(uint32_t zBuffer[256][256], SkBitmap* /* dstBM */) const { in rasterize() function in ClipCmd
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | QuadRasterizer.cpp | 71 void QuadRasterizer::rasterize(Int &yMin, Int &yMax) in rasterize() function in sw::QuadRasterizer
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | QuadRasterizer.cpp | 93 void QuadRasterizer::rasterize() in rasterize() function in sw::QuadRasterizer
|
/third_party/node/deps/npm/node_modules/@isaacs/cliui/build/lib/ |
D | index.js | 165 rasterize(row) { method in UI
|
/third_party/skia/experimental/tools/ |
D | pdf-comparison.py | 237 def rasterize(path): function
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrRasterizer.cpp | 842 void TriangleRasterizer::rasterize (FragmentPacket* const fragmentPackets, float* const depthValues… in rasterize() function in rr::TriangleRasterizer 932 void SingleSampleLineRasterizer::rasterize (FragmentPacket* const fragmentPackets, float* const dep… in rasterize() function in rr::SingleSampleLineRasterizer 1067 void MultiSampleLineRasterizer::rasterize (FragmentPacket* const fragmentPackets, float* const dept… in rasterize() function in rr::MultiSampleLineRasterizer 1142 void LineExitDiamondGenerator::rasterize (LineExitDiamond* const lineDiamonds, const int maxDiamond… in rasterize() function in rr::LineExitDiamondGenerator
|
D | rrRenderer.cpp | 1291 void rasterize (const RenderState& state, in rasterize() function
|
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/ |
D | ftrandom.c | 58 static int rasterize = false; variable
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_private.h | 166 struct draw_stage *rasterize; member
|