Static Public Member Functions | |
| static int | magnifyBuf3 (int w, int h, int sdw, int ddw, byte[] src, byte[] dst) |
| static int [] | getColorTable (OwliftApp.DecodeType dtype) |
Utility class.
|
static |
Returns the color table corresponding to the specified decode type. The element is a value of 24bit RGB.
| dtype | Decode type. |
|
static |
Magnifies image data(Fix 3 times)
Image format supports only RGB565.
| w | width. |
| h | height. |
| sdw | Stride source. |
| ddw | Stride destination. |
| src | source. |
| dst | destination. |
|
Copyright (C) 2016 Infinitegra, INC. All Rights Reserved. |
Generated by
|