HomeSort by relevance Sort by last modified time
    Searched defs:AndroidOptions (Results 1 - 2 of 2) sorted by null

  /external/skia/include/codec/
SkAndroidCodec.h 124 * @return the sample size to set AndroidOptions::fSampleSize to decode
187 // FIXME: It's a bit redundant to name these AndroidOptions when this class is already
191 struct AndroidOptions {
192 AndroidOptions()
247 * The AndroidOptions object is also used to specify any requested scaling or subsetting
249 * for AndroidOptions) are used.
258 const AndroidOptions* options);
261 * Simplified version of getAndroidPixels() where we supply the default AndroidOptions as
262 * specified above for AndroidOptions. It will not perform any scaling or subsetting.
280 size_t rowBytes, const AndroidOptions& options) = 0
    [all...]
  /external/skqp/include/codec/
SkAndroidCodec.h 124 * @return the sample size to set AndroidOptions::fSampleSize to decode
187 // FIXME: It's a bit redundant to name these AndroidOptions when this class is already
191 struct AndroidOptions {
192 AndroidOptions()
247 * The AndroidOptions object is also used to specify any requested scaling or subsetting
249 * for AndroidOptions) are used.
258 const AndroidOptions* options);
261 * Simplified version of getAndroidPixels() where we supply the default AndroidOptions as
262 * specified above for AndroidOptions. It will not perform any scaling or subsetting.
280 size_t rowBytes, const AndroidOptions& options) = 0
    [all...]

Completed in 86 milliseconds