Home
last modified time | relevance | path

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

/external/opencv3/samples/winrt/ImageManipulations/
DMainPage.xaml.cpp116 Grid::SetRow(DescriptionText, 3); in InvalidateViewState()
119 Grid::SetRow(InputSection, 4); in InvalidateViewState()
122 Grid::SetRow(FooterPanel, 2); in InvalidateViewState()
127 Grid::SetRow(DescriptionText, 1); in InvalidateViewState()
130 Grid::SetRow(InputSection, 2); in InvalidateViewState()
133 Grid::SetRow(FooterPanel, 1); in InvalidateViewState()
/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.cc925 void (*SetRow)(uint8* dst, uint32 value, int pix) = SetRow8_C; in SetPlane() local
930 SetRow = SetRow8_NEON; in SetPlane()
935 SetRow = SetRow8_X86; in SetPlane()
942 SetRow(dst_y, v32, width); in SetPlane()