|
typeset 0.1.0
縦書き・横書きの日本語組版ライブラリ(JLReq 水準、ラスタ / PDF / SVG)
|
ARGB8888(非前乗算)画像 [詳解]
#include <typeset/backend/raster.hpp>
公開メンバ関数 | |
| uint32_t * | row (int y) |
| const uint32_t * | row (int y) const |
公開変数類 | |
| int | width = 0 |
| int | height = 0 |
| std::vector< uint32_t > | argb |
ARGB8888(非前乗算)画像
raster.hpp の 22 行目に定義があります。
|
inline |
raster.hpp の 27 行目に定義があります。
|
inline |
raster.hpp の 28 行目に定義があります。
| int typeset::backend::Bitmap::width = 0 |
raster.hpp の 23 行目に定義があります。
| int typeset::backend::Bitmap::height = 0 |
raster.hpp の 24 行目に定義があります。
| std::vector<uint32_t> typeset::backend::Bitmap::argb |
raster.hpp の 25 行目に定義があります。