HomeSort by relevance Sort by last modified time
    Searched refs:SetSize (Results 26 - 50 of 198) sorted by null

12 3 4 5 6 7 8

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
video_source.h 88 SetSize(80, 64);
121 void SetSize(unsigned int width, unsigned int height) {
  /external/skia/src/images/
bmpdecoderhelper.h 64 virtual uint8* SetSize(int width, int height) = 0;
  /external/pdfium/core/src/fxcrt/
fx_basic_array.cpp 21 FX_BOOL CFX_BasicArray::SetSize(int nNewSize) {
68 !SetSize(newSize.ValueOrDie())) {
77 if (!SetSize(src.m_nSize)) {
88 if (!SetSize(nIndex + nCount)) {
93 if (!SetSize(m_nSize + nCount)) {
  /external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.cpp 55 m_coefficients.SetSize(coefficientsLength - firstNonZero);
123 sumDiff.SetSize(largerCoefficients.GetSize());
153 product.SetSize(aLength + bLength - 1);
180 product.SetSize(size);
204 product.SetSize(size + degree);
BC_ReedSolomonDecoder.cpp 38 syndromeCoefficients.SetSize(twoS);
196 tempT->SetSize(numErrors);
219 temp->SetSize(s);
BC_ReedSolomon.cpp 70 infoCoefficients.SetSize(dataBytes);
BC_ReedSolomonGF256.cpp 92 coefficients.SetSize(degree + 1);
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ECModulusPoly.cpp 44 m_coefficients.SetSize(coefficientsLength - firstNonZero);
117 sumDiff.SetSize(largerCoefficients.GetSize());
165 product.SetSize(aLength + bLength - 1);
180 negativeCoefficients.SetSize(size);
206 product.SetSize(size);
231 product.SetSize(size + degree);
BC_PDF417CodewordDecoder.cpp 63 bitCount->SetSize(CBC_PDF417Common::BARS_IN_MODULE);
96 bitCountRatios.SetSize(CBC_PDF417Common::BARS_IN_MODULE);
BC_PDF417DetectionResultColumn.cpp 32 m_codewords->SetSize(boundingBox->getMaxY() - boundingBox->getMinY() + 1);
  /external/webrtc/talk/media/devices/
carbonvideorenderer.cc 112 bool CarbonVideoRenderer::SetSize(int width, int height, int reserved) {
131 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) {
  /external/lzma/CPP/7zip/
IStream.h 90 STDMETHOD(SetSize)(UInt64 newSize) PURE;
  /external/webrtc/talk/media/base/
capturerenderadapter.cc 119 if (iter->renderer->SetSize(static_cast<int>(frame->GetWidth()),
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.h 81 virtual void SetSize(int width, int height);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 143 SetSize(newSize);
152 SetSize(a._bits.Length);
163 private void SetSize(int nwords) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 159 SetSize(newSize);
171 SetSize( a._bits.Length );
183 private void SetSize( int nwords )
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OneDimReader.cpp 47 startEndPattern.SetSize(3);
150 counters.SetSize(patternLength);
171 result->SetSize(2);
BC_OnedCodaBarReader.cpp 57 counters.SetSize(7);
133 counters.SetSize(7);
150 result->SetSize(2);
BC_OnedCode128Reader.cpp 97 counters.SetSize(6);
125 result->SetSize(3);
211 counters.SetSize(6);
BC_OnedCode39Reader.cpp 69 counters.SetSize(9);
137 counters.SetSize(9);
154 result->SetSize(2);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_document.cpp 57 m_PageList.SetSize(_GetPageCount());
80 m_PageList.SetSize(dwPageCount);
90 m_PageList.SetSize(_GetPageCount());
  /external/lzma/CPP/7zip/Common/
FileStreams.h 134 STDMETHOD(SetSize)(UInt64 newSize);
  /external/pdfium/xfa/include/fwl/core/
fwl_grid.h 48 FWL_ERR SetSize(FWL_HGRIDCOLROW hColRow, FX_FLOAT fSize, FWL_GRIDUNIT eUnit);
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDecodedBitStreamParser.cpp 182 cValues.SetSize(3);
268 cValues.SetSize(3);
358 cValues.SetSize(3);
461 bytes->SetSize(count);
BC_HighLevelEncoder.cpp 168 mins.SetSize(6);
170 intCharCounts.SetSize(6);
238 intCharCounts.SetSize(6);
240 mins.SetSize(6);

Completed in 1271 milliseconds

12 3 4 5 6 7 8