typeset 0.1.0
縦書き・横書きの日本語組版ライブラリ(JLReq 水準、ラスタ / PDF / SVG)
読み取り中…
検索中…
一致する文字列を見つけられません
typeset::backend::Bitmap 構造体

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.hpp22 行目に定義があります。

関数詳解

◆ row() [1/2]

uint32_t * typeset::backend::Bitmap::row ( int  y)
inline

raster.hpp27 行目に定義があります。

参照先 argb, width.

◆ row() [2/2]

const uint32_t * typeset::backend::Bitmap::row ( int  y) const
inline

raster.hpp28 行目に定義があります。

参照先 argb, width.

メンバ詳解

◆ width

int typeset::backend::Bitmap::width = 0

raster.hpp23 行目に定義があります。

参照元 row(), row().

◆ height

int typeset::backend::Bitmap::height = 0

raster.hpp24 行目に定義があります。

◆ argb

std::vector<uint32_t> typeset::backend::Bitmap::argb

raster.hpp25 行目に定義があります。

参照元 row(), row().


この構造体詳解は次のファイルから抽出されました: