Searched refs:SetRow (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/src/fxbarcode/common/ |
D | BC_CommonBitMatrix.h | 24 void SetRow(int32_t y, CBC_CommonBitArray* row);
|
D | BC_CommonBitMatrix.cpp | 122 void CBC_CommonBitMatrix::SetRow(int32_t y, CBC_CommonBitArray* row) { in SetRow() function in CBC_CommonBitMatrix
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
D | BC_PDF417Detector.cpp | 82 bitMatrix->SetRow(y, row); in rotate180() 85 bitMatrix->SetRow(height - 1 - y, rowfirstRow); in rotate180()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 1113 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/ |
D | planar_functions.cc | 1152 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()
|