HomeSort by relevance Sort by last modified time
    Searched refs:GetSize (Results 226 - 250 of 529) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libbrillo/brillo/
value_conversion.h 75 out_value->reserve(list->GetSize());
  /external/libchrome/base/files/
file_enumerator_posix.cc 32 int64_t FileEnumerator::FileInfo::GetSize() const {
  /external/libchrome/base/trace_event/
trace_event_memory_overhead.cc 89 Add("BinaryValue", sizeof(BinaryValue) + binary_value->GetSize());
  /external/opencv3/modules/viz/src/
vizimpl.cpp 117 Vec2i window_size(window_->GetSize());
412 Size window_size(renderer_->GetRenderWindow()->GetSize()[0],
413 renderer_->GetRenderWindow()->GetSize()[1]);
553 cv::Size cv::viz::Viz3d::VizImpl::getWindowSize() const { return Size(Point(Vec2i(window_->GetSize()))); }
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_decode.cpp 352 for (int i = 0; i < DecoderList.GetSize(); i++) {
354 i == DecoderList.GetSize() - 1 ? last_estimated_size : 0;
362 if (bImageAcc && i == DecoderList.GetSize() - 1) {
379 if (bImageAcc && i == DecoderList.GetSize() - 1) {
fpdf_parser_parser_unittest.cpp 15 if (array1.GetSize() != size)
42 FX_FILESIZE GetSize() override { return (FX_FILESIZE)total_size_; };
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_BitStream.cpp 15 m_dwLength(pSrcStream->GetSize()),
  /external/pdfium/fpdfsdk/src/
fpdf_dataavail.cpp 60 FX_FILESIZE GetSize() override { return m_pFileAccess->m_FileLen; }
fpdf_flatten.cpp 128 int nRects = array.GetSize();
223 CFX_ByteString((const FX_CHAR*)acc.GetData(), acc.GetSize());
393 int nStreams = ObjectArray.GetSize();
498 CFX_ByteString sStream(pData, acc.GetSize());
fpdftext.cpp 275 return rectArray.GetSize();
289 if (rect_index >= 0 && rect_index < rectArray.GetSize()) {
  /external/pdfium/xfa/src/fdp/src/css/
fde_csscache.cpp 134 if (it.dwClassHashs.GetSize() > 0) {
fde_cssstylesheet.h 68 virtual int32_t CountRules() const { return m_RuleArray.GetSize(); }
fde_cssstyleselector.cpp 12 int32_t iCount = m_arrCounterData.GetSize();
108 int32_t iSheets = sheets.GetSize();
272 dest.RemoveAt(0, dest.GetSize());
284 dest.RemoveAt(0, dest.GetSize());
321 matchedDecls.RemoveAt(0, matchedDecls.GetSize());
344 if (m_MatchedRules.GetSize() > 0) {
346 m_MatchedRules.RemoveAt(0, m_MatchedRules.GetSize());
349 return matchedDecls.GetSize();
525 } else if (importants.GetSize() == 0 ||
531 iDeclCount = importants.GetSize();
    [all...]
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtparag.cpp 76 int32_t nLineCount = LineBaseArr.GetSize();
  /external/pdfium/xfa/src/fgas/src/font/
fx_gdifont.cpp 109 int32_t iCount = m_SubstFonts.GetSize();
132 int32_t iCount = m_SubstFonts.GetSize();
375 int32_t i = m_SubstFonts.GetSize();
445 if (iHigher > m_SubstFonts.GetSize()) {
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417Reader.cpp 67 for (int32_t i = 0; i < detectorResult->getPoints()->GetSize(); i++) {
  /external/pdfium/xfa/src/fxjse/src/
runtime.cpp 105 int32_t iSize = m_RuntimeList.GetSize();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
authif.h 91 DWORD (WINAPI *GetSize)(const struct _RADIUS_ATTRIBUTE_ARRAY *This);
  /external/webrtc/talk/app/webrtc/objc/
RTCFileLogger.mm 160 if (!stream->GetSize(&bufferSize) || bufferSize == 0) {
  /external/webrtc/webrtc/base/
diskcache.cc 120 FileStream::GetSize(filename, &previous_size);
335 FileStream::GetSize(filename, &new_size);
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
encodedstreamtest.cpp 191 EXPECT_TRUE(CompareBufferFile(mb.GetBuffer(), mb.GetSize(), expectedFilename));
225 EXPECT_TRUE(CompareBufferFile(mb.GetBuffer(), mb.GetSize(), expectedFilename));
  /external/opencv3/modules/viz/src/vtk/
vtkVizInteractorStyle.cpp 169 Vec2i win_size(Interactor->GetRenderWindow()->GetSize());
184 Vec2i win_size(Interactor->GetRenderWindow()->GetSize());
201 max_win_size_ = Vec2i(Interactor->GetRenderWindow()->GetSize());
403 win_size_ = Vec2i(Interactor->GetRenderWindow()->GetSize());
553 Vec2i size(Interactor->GetSize());
815 Vec2i size(CurrentRenderer->GetRenderWindow()->GetSize());
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_imp.cpp 59 for (int32_t i = 0; i < m_CacheListArray.GetSize(); i++) {
638 nNodes = findNodes.GetSize();
710 int32_t iSize = m_upObjectArray.GetSize();
721 nNodes = retNodes.GetSize();
767 return resolveNodeRS.nodes.GetSize();
812 if (nodes.GetSize() > 0) {
    [all...]
  /external/pdfium/xfa/src/fgas/src/layout/
fx_textbreak.cpp 253 int32_t iCount = ca.GetSize();
826 int32_t i, j, iCount = pCurPieces->GetSize();
915 int32_t iCount = pCurPieces->GetSize();
928 iCount = pCurPieces->GetSize();
    [all...]
  /external/pdfium/xfa/src/fgas/src/crt/
fx_stream.cpp 269 m_iLength = m_pFileRead->GetSize();
464 m_iPosition = pFileWrite->GetSize();
473 return (int32_t)m_pFileWrite->GetSize();
    [all...]

Completed in 2972 milliseconds

1 2 3 4 5 6 7 8 91011>>