OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SupportedSizes
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/core/
SkImageGenerator.h
169
struct
SupportedSizes
{
176
* and it will return true if scaling is supported, and in
supportedSizes
[] it will return
180
* this will return false, and the
supportedsizes
will be undefined.
182
bool computeScaledDimensions(SkScalar scale,
SupportedSizes
*);
259
virtual bool onComputeScaledDimensions(SkScalar,
SupportedSizes
*) {
/external/skia/src/core/
SkPictureImageGenerator.cpp
24
bool onComputeScaledDimensions(SkScalar scale,
SupportedSizes
*) override;
85
SupportedSizes
* sizes) {
SkImageGenerator.cpp
114
bool SkImageGenerator::computeScaledDimensions(SkScalar scale,
SupportedSizes
* sizes) {
/external/skia/gm/
image.cpp
383
SkImageGenerator::
SupportedSizes
sizes;
Completed in 127 milliseconds