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

  /external/pdfium/xfa/fxbarcode/common/
BC_CommonByteMatrix.h 14 class CBC_CommonByteMatrix {
16 CBC_CommonByteMatrix(int32_t width, int32_t height);
17 virtual ~CBC_CommonByteMatrix();
BC_CommonByteMatrix.cpp 26 CBC_CommonByteMatrix::CBC_CommonByteMatrix(int32_t width, int32_t height) {
31 void CBC_CommonByteMatrix::Init() {
35 CBC_CommonByteMatrix::~CBC_CommonByteMatrix() {
38 int32_t CBC_CommonByteMatrix::GetHeight() {
41 int32_t CBC_CommonByteMatrix::GetWidth() {
44 uint8_t CBC_CommonByteMatrix::Get(int32_t x, int32_t y) {
47 void CBC_CommonByteMatrix::Set(int32_t x, int32_t y, int32_t value) {
50 void CBC_CommonByteMatrix::Set(int32_t x, int32_t y, uint8_t value)
    [all...]

Completed in 146 milliseconds