Lines Matching refs:props
121 @param props LCD striping orientation and setting for device independent fonts;
127 const SkSurfaceProps* props = nullptr);
171 If props equals nullptr, SkSurfaceProps are created with
179 @param props LCD striping orientation and setting for device independent fonts;
185 SkCanvas(int width, int height, const SkSurfaceProps* props = nullptr);
224 Use props to match the device characteristics, like LCD striping.
231 @param props order and orientation of RGB striping; and whether to use
237 SkCanvas(const SkBitmap& bitmap, const SkSurfaceProps& props);
256 GPU surface, and returns true. Otherwise, returns false and leave props unchanged.
258 @param props storage for writable SkSurfaceProps
263 bool getProps(SkSurfaceProps* props) const;
284 /** Creates SkSurface matching info and props, and associates it with SkCanvas.
287 If props is nullptr, matches SkSurfaceProps in SkCanvas. If props is nullptr and SkCanvas
291 @param props SkSurfaceProps to match; may be nullptr to match SkCanvas
292 @return SkSurface matching info and props, or nullptr if no match is available
296 sk_sp<SkSurface> makeSurface(const SkImageInfo& info, const SkSurfaceProps* props = nullptr);
2238 virtual sk_sp<SkSurface> onNewSurface(const SkImageInfo& info, const SkSurfaceProps& props);
2244 virtual bool onGetProps(SkSurfaceProps* props) const;