HomeSort by relevance Sort by last modified time
    Searched refs:fDst (Results 26 - 50 of 52) sorted by null

12 3

  /external/skia/src/core/
SkSpriteBlitter_RGB565.cpp 42 uint16_t* SK_RESTRICT dst = fDst.writable_addr16(x, y);
44 size_t dstRB = fDst.rowBytes();
130 uint8_t* SK_RESTRICT dst = fDst.writable_addr8(x, y);
132 size_t dstRB = fDst.rowBytes();
SkDraw.cpp 195 devRect.set(0, 0, fDst.width(), fDst.height());
205 BitmapXferProc proc = ChooseBitmapXferProc(fDst, paint, &procData);
213 CallBitmapXferProc(fDst, iter.rect(), proc, procData);
221 SkAutoBlitterChoose blitter(fDst, *fMatrix, paint);
495 SkAutoBlitterChoose blitter(fDst, *fMatrix, paint);
786 SkDeviceLooper looper(fDst, *fRC, ir, paint.isAntiAlias());
842 SkAutoBlitterChoose blitterChooser(fDst, *fMatrix, paint);
920 SkAutoBlitterChoose blitter(fDst, *fMatrix, paint);
    [all...]
SkThreadedBMPDevice.cpp 234 SkPixmap fDst;
239 // we need fDst to be set, and if we're actually drawing, to dirty the genID
240 if (!dev->accessPixels(&fDst)) {
242 fDst.reset(dev->imageInfo(), nullptr, 0);
250 draw.fDst = fDst;
SkDraw_vertices.cpp 243 dstColors = convert_colors(colors, count, fDst.colorSpace(), &outerAlloc);
261 auto blitter = SkCreateRasterPipelineBlitter(fDst, p, *fMatrix, &outerAlloc);
296 auto blitter = SkCreateRasterPipelineBlitter(fDst, p, *ctm, &innerAlloc);
304 SkAutoBlitterChoose blitter(fDst, *fMatrix, p);
SkLinearBitmapPipeline.cpp 301 SkASSERT(fDst + 1 <= fEnd );
302 this->srcPixel(fDst, pixel, 0);
303 fDst += 1;
307 SkASSERT(fDst + 4 <= fEnd);
308 SkPM4f* dst = fDst;
313 fDst += 4;
317 fDst = static_cast<SkPM4f*>(dst);
318 fEnd = fDst + count;
337 SkPM4f* fDst;
SkBlendMode.cpp 29 SkBlendModeCoeff fDst;
59 *dst = gCoeffs[static_cast<int>(mode)].fDst;
SkDraw.h 154 SkPixmap fDst;
SkBitmapDevice.cpp 177 // we need fDst to be set, and if we're actually drawing, to dirty the genID
178 if (!dev->accessPixels(&fDst)) {
180 fDst.reset(dev->imageInfo(), nullptr, 0);
SkPictureData.cpp 367 uint32_t fDst;
377 rbMask |= gSD[i].fDst;
SkScalerContext.cpp 406 draw.fDst = dst;
SkCanvas.cpp     [all...]
  /external/skia/src/utils/
SkMultiPictureDocument.cpp 144 SkDocumentPage* fDst;
148 : SkNWayCanvas(wh.width(), wh.height()), fDst(dst), fCount(count) {
153 SkRect bounds = SkRect::MakeSize(fDst[fIndex].fSize);
161 fDst[fIndex].fPicture = fRecorder.finishRecordingAsPicture();
  /external/skia/src/codec/
SkPngCodec.cpp 487 , fDst(nullptr)
503 void* fDst;
520 fDst = dst;
543 this->applyXformRow(fDst, row);
544 fDst = SkTAddOffset<void>(fDst, fRowBytes);
551 fDst = dst;
586 this->applyXformRow(fDst, row);
587 fDst = SkTAddOffset<void>(fDst, fRowBytes)
    [all...]
SkGifCodec.cpp 122 , fDst(nullptr)
307 fDst = pixels;
321 fDst = pixels;
367 fSwizzler->fill(fillInfo, fDst, fDstRowBytes, this->getFillValue(dstInfo),
500 void* dstLine = SkTAddOffset<void>(fDst, dstRow * fDstRowBytes);
  /external/skia/bench/
InterpBench.cpp 24 int16_t fDst[kBuffer];
49 this->performTest(fDst, fFx, fDx, kBuffer);
MatrixBench.cpp 279 SkPoint fSrc[N], fDst[N];
292 fM.mapPoints(fDst, fSrc, N);
PathBench.cpp 898 SkConic fRQ, fDst[2];
917 fRQ.chop(fDst);
935 fDst[0].fPts[0] = fRQ.evalAt(0.4f);
941 fRQ.evalAt(0.4f, &fDst[0].fPts[0], nullptr);
960 fDst[0].fPts[0] = fRQ.evalTangentAt(0.4f);
966 fRQ.evalAt(0.4f, nullptr, &fDst[0].fPts[0]);
    [all...]
MathBench.cpp 32 float fSrc[kBuffer], fDst[kBuffer];
61 this->performTest(fDst, fSrc, kBuffer);
  /external/skia/tools/debugger/
SkDrawCommand.h 305 SkRect fDst;
336 const SkRect& dstRect() const { return fDst; }
337 void setDstRect(const SkRect& dst) { fDst = dst; }
345 SkRect fDst;
381 SkRect fDst;
399 SkRect fDst;
SkDrawCommand.cpp     [all...]
  /external/skia/src/effects/
SkLayerRasterizer.cpp 116 if (!draw.fDst.reset(*mask)) {
  /external/skia/src/gpu/
GrSWMaskHelper.cpp 89 fDraw.fDst = fPixels;
SkGpuDevice.cpp 335 draw.fDst = SkPixmap(SkImageInfo::MakeUnknown(this->width(), this->height()), nullptr, 0);
    [all...]
  /external/skia/src/gpu/ops/
GrSmallPathRenderer.cpp 458 draw.fDst = dst;
557 draw.fDst = dst;
    [all...]
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 848 draw.fDst = SkPixmap(SkImageInfo::MakeN32(glyph.fWidth, glyph.fHeight, kPremul_SkAlphaType),
    [all...]

Completed in 365 milliseconds

12 3