Home
last modified time | relevance | path

Searched refs:SetRow (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/common/
DBC_CommonBitMatrix.h24 void SetRow(int32_t y, CBC_CommonBitArray* row);
DBC_CommonBitMatrix.cpp122 void CBC_CommonBitMatrix::SetRow(int32_t y, CBC_CommonBitArray* row) { in SetRow() function in CBC_CommonBitMatrix
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417Detector.cpp82 bitMatrix->SetRow(y, row); in rotate180()
85 bitMatrix->SetRow(height - 1 - y, rowfirstRow); in rotate180()
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1113 void (*SetRow)(uint8* dst, uint8 value, int pix) = SetRow_C; in SetPlane() local
1127 SetRow = SetRow_Any_NEON; in SetPlane()
1129 SetRow = SetRow_NEON; in SetPlane()
1135 SetRow = SetRow_Any_X86; in SetPlane()
1137 SetRow = SetRow_X86; in SetPlane()
1143 SetRow = SetRow_ERMS; in SetPlane()
1149 SetRow(dst_y, value, width); in SetPlane()
/external/libyuv/files/source/
Dplanar_functions.cc1152 void (*SetRow)(uint8* dst, uint8 value, int width) = SetRow_C; in SetPlane() local
1166 SetRow = SetRow_Any_NEON; in SetPlane()
1168 SetRow = SetRow_NEON; in SetPlane()
1174 SetRow = SetRow_Any_X86; in SetPlane()
1176 SetRow = SetRow_X86; in SetPlane()
1182 SetRow = SetRow_ERMS; in SetPlane()
1188 SetRow(dst_y, value, width); in SetPlane()