HomeSort by relevance Sort by last modified time
    Searched refs:SkSurfaceProps (Results 51 - 75 of 82) sorted by null

1 23 4

  /external/skia/tools/VisualBench/
VisualBenchmarkStream.cpp 76 VisualBenchmarkStream::VisualBenchmarkStream(const SkSurfaceProps& surfaceProps, bool justSKP)
  /external/skia/tools/android/
SkAndroidSDKCanvas.h 90 SkSurface* onNewSurface(const SkImageInfo&, const SkSurfaceProps&) override;
SkAndroidSDKCanvas.cpp 290 const SkSurfaceProps& props) {
  /frameworks/base/libs/hwui/tests/common/
TestUtils.cpp 68 SkSurfaceProps surfaceProps(0, kUnknown_SkPixelGeometry);
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 78 const SkSurfaceProps& props,
107 const SkSurfaceProps& props,
140 const SkSurfaceProps& props,
198 const SkSurfaceProps& props,
572 const SkSurfaceProps& props,
  /external/skia/tools/kilobench/
kilobench.cpp 192 uint32_t flags = useDfText ? SkSurfaceProps::kUseDeviceIndependentFonts_Flag :
194 SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType);
  /frameworks/base/libs/hwui/font/
Font.cpp 22 #include <SkSurfaceProps.h>
282 SkSurfaceProps surfaceProps(0, kUnknown_SkPixelGeometry);
468 SkSurfaceProps surfaceProps(0, kUnknown_SkPixelGeometry);
  /external/skia/src/gpu/
GrLayerHoister.cpp 233 SkSurfaceProps props(0, kUnknown_SkPixelGeometry);
333 SkSurfaceProps props(0, kUnknown_SkPixelGeometry);
SkGpuDevice.cpp 134 SkGpuDevice* SkGpuDevice::Create(GrRenderTarget* rt, const SkSurfaceProps* props,
140 const SkSurfaceProps* props, InitContents init) {
153 const SkSurfaceProps* props, InitContents init,
170 const SkSurfaceProps* props, unsigned flags)
    [all...]
GrContext.cpp 580 GrDrawContext* GrContext::drawContext(GrRenderTarget* rt, const SkSurfaceProps* surfaceProps) {
  /external/skia/src/core/
SkPictureRecord.h 152 SkSurface* onNewSurface(const SkImageInfo&, const SkSurfaceProps&) override;
SkRecorder.h 124 SkSurface* onNewSurface(const SkImageInfo&, const SkSurfaceProps&) override { return nullptr; }
SkScalerContext.h 240 static void MakeRec(const SkPaint&, const SkSurfaceProps* surfaceProps,
SkCanvas.cpp 171 static uint32_t filter_paint_flags(const SkSurfaceProps& props, uint32_t flags) {
173 if (propFlags & SkSurfaceProps::kDisallowDither_Flag) {
176 if (propFlags & SkSurfaceProps::kDisallowAntiAlias_Flag) {
443 AutoDrawLooper(SkCanvas* canvas, const SkSurfaceProps& props, const SkPaint& paint,
684 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
700 SkNoPixelsBitmapDevice(const SkIRect& bounds, const SkSurfaceProps& surfaceProps)
711 SkCanvas::SkCanvas(int width, int height, const SkSurfaceProps* props)
724 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
752 SkCanvas::SkCanvas(const SkBitmap& bitmap, const SkSurfaceProps& props)
765 , fProps(SkSurfaceProps::kLegacyFontHost_InitType
    [all...]
SkPaint.cpp 596 SkSurfaceProps props(0, kUnknown_SkPixelGeometry);
    [all...]
SkDevice.cpp 23 SkBaseDevice::SkBaseDevice(const SkSurfaceProps& surfaceProps)
  /external/skia/src/pdf/
SkPDFDevice.h 199 SkSurface* newSurface(const SkImageInfo&, const SkSurfaceProps&) override;
  /external/skia/src/views/
SkWindow.cpp 18 : fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType)
  /external/skia/tests/
LayerDrawLooperTest.cpp 31 FakeDevice() : INHERITED(make_bm(100, 100), SkSurfaceProps(0, kUnknown_SkPixelGeometry)) {
  /external/skia/bench/
nanobench.cpp 183 uint32_t flags = this->config.useDFText ? SkSurfaceProps::kUseDeviceIndependentFonts_Flag :
185 SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType);
    [all...]
  /external/skia/experimental/iOSSampleApp/
SkSampleUIView.mm 125 SkSurfaceProps props(win->getSurfaceProps());
  /external/skia/src/c/
sk_surface.cpp 435 SkSurfaceProps surfProps(0, geo);
451 SkSurfaceProps surfProps(0, geo);
  /external/skia/samplecode/
SampleApp.cpp 293 SkSurfaceProps props(win->getSurfaceProps());
    [all...]
  /external/skia/src/svg/
SkSVGDevice.cpp 573 : INHERITED(SkSurfaceProps(0, kUnknown_SkPixelGeometry))
  /frameworks/base/libs/hwui/
SkiaCanvasProxy.cpp 156 SkSurface* SkiaCanvasProxy::onNewSurface(const SkImageInfo&, const SkSurfaceProps&) {

Completed in 644 milliseconds

1 23 4