• Home
  • Raw
  • Download

Lines Matching refs:topDevice

99         const SkBaseDevice* top = this->topDevice();  in wouldOverwriteEntireSurface()
523 SkBaseDevice* SkCanvas::topDevice() const { in topDevice() function in SkCanvas
643 this->topDevice()->save(); in internalSave()
1044 SkBaseDevice* priorDevice = this->topDevice(); in internalSaveLayer()
1058 this->topDevice()->clipRect(SkRect::MakeEmpty(), SkClipOp::kIntersect, /* aa */ false); in internalSaveLayer()
1152 SkBaseDevice* device = this->topDevice(); in internalSaveBehind()
1209 this->topDevice()->restore(fMCRec->fMatrix); in internalRestore()
1214 this->topDevice()->drawSpecial(backImage->fImage.get(), in internalRestore()
1228 SkBaseDevice* dstDev = this->topDevice(); in internalRestore()
1312 if (this->topDevice()->isPixelAlignedToGlobal()) { in accessTopLayerPixels()
1313 *origin = this->topDevice()->getOrigin(); in accessTopLayerPixels()
1322 return this->topDevice()->accessPixels(pmap); in onAccessTopLayerPixels()
1332 this->topDevice()->setGlobalCTM(fMCRec->fMatrix); in translate()
1343 this->topDevice()->setGlobalCTM(fMCRec->fMatrix); in scale()
1379 this->topDevice()->setGlobalCTM(fMCRec->fMatrix); in internalConcat44()
1391 this->topDevice()->setGlobalCTM(fMCRec->fMatrix); in internalSetMatrix()
1437 this->topDevice()->clipRect(rect, op, isAA); in onClipRect()
1463 SkASSERT(this->topDevice() == this->baseDevice()); // shouldn't be in a nested layer in androidFramework_setDeviceClipRestriction()
1477 this->topDevice()->clipRegion(SkRegion(rect), SkClipOp::kIntersect); in androidFramework_setDeviceClipRestriction()
1487 SkIRect deviceRestriction = this->topDevice()->imageInfo().bounds(); in onResetClip()
1488 if (fClipRestrictionSaveCount >= 0 && this->topDevice() == this->baseDevice()) { in onResetClip()
1498 this->topDevice()->replaceClip(deviceRestriction); in onResetClip()
1515 this->topDevice()->clipRRect(rrect, op, isAA); in onClipRRect()
1547 this->topDevice()->clipPath(path, op, isAA); in onClipPath()
1569 this->topDevice()->clipShader(sh, op); in onClipShader()
1579 this->topDevice()->clipRegion(rgn, op); in onClipRegion()
1594 return this->topDevice()->onClipIsAA(); in androidFramework_isClipAA()
1599 SkBaseDevice* device = this->topDevice(); in temporary_internal_getRgnClip()
1612 return this->topDevice()->onGetClipType() == SkBaseDevice::ClipType::kEmpty; in isClipEmpty()
1616 return this->topDevice()->onGetClipType() == SkBaseDevice::ClipType::kRect; in isClipRect()
1678 const SkBaseDevice* dev = this->topDevice(); in computeDeviceClipBounds()
1706 return this->topDevice()->getGlobalBounds(); in topLayerBounds()
1721 if (auto gpuDevice = this->topDevice()->asGpuDevice()) { in recordingContext()
1919 this->topDevice()->drawShadow(path, rec); in onDrawShadowRec()
1964 this->topDevice()->drawPaint(layer->paint()); in internalDrawPaint()
1992 this->topDevice()->drawPoints(mode, count, pts, layer->paint()); in onDrawPoints()
2004 this->topDevice()->drawRect(r, layer->paint()); in onDrawRect()
2016 this->topDevice()->drawRegion(region, layer->paint()); in onDrawRegion()
2021 SkBaseDevice* dev = this->topDevice(); in onDrawBehind()
2058 this->topDevice()->drawPaint(layer->paint()); in onDrawBehind()
2072 this->topDevice()->drawOval(oval, layer->paint()); in onDrawOval()
2086 this->topDevice()->drawArc(oval, startAngle, sweepAngle, useCenter, layer->paint()); in onDrawArc()
2110 this->topDevice()->drawRRect(rrect, layer->paint()); in onDrawRRect()
2122 this->topDevice()->drawDRRect(outer, inner, layer->paint()); in onDrawDRRect()
2142 this->topDevice()->drawPath(path, layer->paint()); in onDrawPath()
2210 SkBaseDevice* device = this->topDevice(); in onDrawImage2()
2235 this->topDevice()->drawImageRect(image, nullptr, bounds, sampling, in onDrawImage2()
2253 this->topDevice()->drawImageRect(image, &src, dst, sampling, layer->paint(), constraint); in onDrawImageRect2()
2267 this->topDevice()->drawImageLattice(image, lattice, dst, filter, layer->paint()); in onDrawImageLattice2()
2308 this->topDevice()->drawGlyphRunList(glyphRunList, layer->paint()); in onDrawGlyphRunList()
2423 this->topDevice()->drawVertices(vertices, bmode, layer->paint()); in onDrawVerticesObject()
2454 this->topDevice()->drawPatch(cubics, colors, texCoords, bmode, layer->paint()); in onDrawPatch()
2486 this->topDevice()->drawDrawable(dr, matrix, this); in onDrawDrawable()
2504 this->topDevice()->drawAtlas(xform, tex, colors, count, bmode, layer->paint()); in onDrawAtlas2()
2512 this->topDevice()->drawAnnotation(rect, key, value); in onDrawAnnotation()
2527 this->topDevice()->drawEdgeAAQuad(r, clip, edgeAA, color, mode); in onDrawEdgeAAQuad()
2570 this->topDevice()->drawEdgeAAImageSet(imageSet, count, dstClips, preViewMatrices, sampling, in onDrawEdgeAAImageSet2()
2737 const SkBaseDevice* dev = this->topDevice(); in accessTopRasterHandle()
2790 return this->topDevice()->drawBlurImage(image, blurArg); in onDrawBlurImage()