HomeSort by relevance Sort by last modified time
    Searched refs:SkSurfaceProps (Results 101 - 125 of 192) sorted by null

1 2 3 45 6 7 8

  /external/skia/src/image/
SkSurface_Gpu.cpp 359 GrSurfaceOrigin origin, const SkSurfaceProps* props,
439 const SkSurfaceProps* props,
512 const SkSurfaceProps* props,
554 const SkSurfaceProps* props) {
594 const SkSurfaceProps* surfaceProps) {
  /external/skia/src/core/
SkGlyphRunPainter.cpp 79 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props,
84 , fBitmapFallbackProps{SkSurfaceProps{props.flags(), kUnknown_SkPixelGeometry}}
100 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props,
107 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props,
371 const SkSurfaceProps& props,
631 const SkMatrix& viewMatrix, const SkSurfaceProps& props,
    [all...]
SkStrikeCache.cpp 196 const SkSurfaceProps& surfaceProps,
208 const SkSurfaceProps& surfaceProps,
232 SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType),
  /external/skqp/src/core/
SkGlyphRunPainter.cpp 75 const SkSurfaceProps& props, SkColorType colorType, SkScalerContextFlags flags)
77 , fBitmapFallbackProps{SkSurfaceProps{props.flags(), kUnknown_SkPixelGeometry}}
97 const SkSurfaceProps& props, const GrColorSpaceInfo& csi)
508 const SkMatrix& viewMatrix, const SkSurfaceProps& props,
692 const SkSurfaceProps& props,
727 const SkSurfaceProps& fProps;
    [all...]
SkStrikeCache.cpp 171 const SkSurfaceProps& surfaceProps,
183 const SkSurfaceProps& surfaceProps,
207 SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType),
  /external/skia/tools/viewer/
Viewer.cpp 354 params.fSurfaceProps = SkSurfaceProps(flags, kUnknown_SkPixelGeometry);
358 params.fSurfaceProps = SkSurfaceProps(flags, kRGB_H_SkPixelGeometry);
361 params.fSurfaceProps = SkSurfaceProps(flags, kBGR_H_SkPixelGeometry);
364 params.fSurfaceProps = SkSurfaceProps(flags, kRGB_V_SkPixelGeometry);
367 params.fSurfaceProps = SkSurfaceProps(flags, kBGR_V_SkPixelGeometry);
370 params.fSurfaceProps = SkSurfaceProps(flags, SkSurfaceProps::kLegacyFontHost_InitType);
456 flags ^= SkSurfaceProps::kUseDeviceIndependentFonts_Flag;
457 params.fSurfaceProps = SkSurfaceProps(flags, params.fSurfaceProps.pixelGeometry());
    [all...]
  /external/skqp/tools/viewer/
Viewer.cpp 333 params.fSurfaceProps = SkSurfaceProps(flags, kUnknown_SkPixelGeometry);
337 params.fSurfaceProps = SkSurfaceProps(flags, kRGB_H_SkPixelGeometry);
340 params.fSurfaceProps = SkSurfaceProps(flags, kBGR_H_SkPixelGeometry);
343 params.fSurfaceProps = SkSurfaceProps(flags, kRGB_V_SkPixelGeometry);
346 params.fSurfaceProps = SkSurfaceProps(flags, kBGR_V_SkPixelGeometry);
349 params.fSurfaceProps = SkSurfaceProps(flags, SkSurfaceProps::kLegacyFontHost_InitType);
435 flags ^= SkSurfaceProps::kUseDeviceIndependentFonts_Flag;
436 params.fSurfaceProps = SkSurfaceProps(flags, params.fSurfaceProps.pixelGeometry());
    [all...]
  /external/skia/gm/
textblobrandomfont.cpp 106 SkSurfaceProps props(0, kUnknown_SkPixelGeometry);
  /external/skia/include/gpu/
GrContext.h 43 class SkSurfaceProps;
  /external/skia/platform_tools/android/apps/skottie/src/main/cpp/
native-lib.cpp 182 SkSurfaceProps props(0, kUnknown_SkPixelGeometry);
  /external/skia/src/effects/imagefilters/
SkPictureImageFilter.cpp 103 SkSurfaceProps props(0, kUnknown_SkPixelGeometry);
  /external/skia/src/gpu/
GrDrawingManager.h 45 const SkSurfaceProps*,
  /external/skia/src/gpu/ops/
GrAtlasTextOp.h 56 const SkSurfaceProps&,
  /external/skia/src/gpu/text/
GrTextBlob.h 23 #include "SkSurfaceProps.h"
63 const SkSurfaceProps& props,
174 void flush(GrTextTarget*, const SkSurfaceProps& props,
252 const SkSurfaceProps&, const GrDistanceFieldAdjustTable*,
517 const SkPaint& paint, const SkPMColor4f& filteredColor, const SkSurfaceProps&,
  /external/skia/tools/sk_app/
Window.h 19 class SkSurfaceProps;
  /external/skqp/gm/
textblobrandomfont.cpp 110 SkSurfaceProps props(0, kUnknown_SkPixelGeometry);
  /external/skqp/include/gpu/
GrContext.h 50 class SkSurfaceProps;
  /external/skqp/platform_tools/android/apps/skottie/src/main/cpp/
native-lib.cpp 182 SkSurfaceProps props(0, kUnknown_SkPixelGeometry);
  /external/skqp/src/effects/imagefilters/
SkPictureImageFilter.cpp 103 SkSurfaceProps props(0, kUnknown_SkPixelGeometry);
  /external/skqp/src/gpu/
GrDrawingManager.h 45 const SkSurfaceProps*,
  /external/skqp/src/gpu/ops/
GrAtlasTextOp.h 56 const SkSurfaceProps& props,
  /external/skqp/src/gpu/text/
GrTextBlob.h 23 #include "SkSurfaceProps.h"
64 const SkSurfaceProps& props,
171 void flush(GrTextTarget*, const SkSurfaceProps& props,
249 const SkSurfaceProps&, const GrDistanceFieldAdjustTable*,
519 const SkPaint& paint, const SkPMColor4f& filteredColor, const SkSurfaceProps&,
  /external/skqp/src/image/
SkSurface_Gpu.cpp 344 GrSurfaceOrigin origin, const SkSurfaceProps* props,
424 const SkSurfaceProps* props) {
493 const SkSurfaceProps* props) {
533 const SkSurfaceProps* props) {
  /external/skqp/tools/sk_app/
Window.h 19 class SkSurfaceProps;
  /external/skia/tools/
remote_demo.cpp 138 const SkSurfaceProps props(SkSurfaceProps::kLegacyFontHost_InitType);

Completed in 1186 milliseconds

1 2 3 45 6 7 8