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

1 2 3 4 5 6 7 891011>>

  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OneDimReader.cpp 148 int32_t patternLength = pattern->GetSize();
151 int32_t width = row->GetSize();
BC_OnedCode128Writer.cpp 167 for (int32_t k = 0; k < patterns.GetSize(); k++) {
176 for (int32_t j = 0; j < patterns.GetSize(); j++) {
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffimageedit.cpp 108 int32_t iSize = wsPathArray.GetSize();
131 int32_t nDataSize = pFileRead->GetSize();
xfa_fftext.cpp 159 int32_t iCount = pPieceLines->GetSize();
162 int32_t iPieces = pPieceLine->m_textPieces.GetSize();
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_layout_imp.cpp 120 for (int32_t i = 0, c = m_rgChangedContainers.GetSize(); i < c; i++) {
165 return m_bNeeLayout || m_rgChangedContainers.GetSize() > 0;
  /external/webrtc/webrtc/base/
fileutils_mock.h 39 virtual bool GetSize(size_t* size) const {
40 return string_stream_.GetSize(size);
stream.cc 120 bool StreamInterface::GetSize(size_t* size) const {
189 bool StreamAdapterInterface::GetSize(size_t* size) const {
190 return stream_->GetSize(size);
446 bool FileStream::GetSize(size_t* size) const {
460 if (!GetSize(size))
475 bool FileStream::GetSize(const std::string& filename, size_t* size) {
599 bool MemoryStreamBase::GetSize(size_t* size) const {
1020 bool StringStream::GetSize(size_t* size) const {
  /external/libchrome/base/trace_event/
trace_config.cc 426 for (size_t i = 0; i < included_list.GetSize(); ++i) {
442 for (size_t i = 0; i < excluded_list.GetSize(); ++i) {
451 for (size_t i = 0; i < list.GetSize(); ++i) {
486 trigger_list->GetSize() == 0) {
490 for (size_t i = 0; i < trigger_list->GetSize(); ++i) {
  /external/skia/src/animator/
SkMemberInfo.cpp 24 size_t SkMemberInfo::GetSize(SkDisplayTypes type) { // size of simple types only
95 size_t byteSize = GetSize(type);
100 size_t SkMemberInfo::getSize(const SkDisplayable* displayable) const {
104 byteSize = GetSize(propertyType());
116 byteSize = GetSize(type) * array->count();
119 byteSize = GetSize((SkDisplayTypes) fType);
142 size_t byteSize = getSize(displayable);
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdeclaration.cpp 426 if (list.GetSize() == 0) {
457 if (list.GetSize() == 0) {
480 if (list.GetSize() == 1) {
491 if (list.GetSize() == 0) {
508 if (list.GetSize() == 1) {
512 if (listFull.GetSize() == 0) {
577 if (list.GetSize() == 0) {
623 switch (list.GetSize()) {
    [all...]
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gdidevice.cpp 273 points.GetSize(), fTension)
276 points.GetSize(), fTension);
306 pGdiPen, (const Gdiplus::PointF*)points.GetData(), points.GetSize());
387 pGdiPen, (const Gdiplus::PointF*)points.GetData(), points.GetSize());
426 pGdiBrush, (const Gdiplus::PointF*)points.GetData(), points.GetSize(),
502 pGdiBrush, (const Gdiplus::PointF*)points.GetData(), points.GetSize());
551 pGdiPen->SetDashPattern(dashArray.GetData(), dashArray.GetSize());
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 382 EXPECT_EQ(kMemorySize, region->GetSize());
477 EXPECT_EQ(kMemorySize / 2, region->GetSize());
566 EXPECT_EQ(kPrefixSize + sizeof(instructions), region->GetSize());
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp 672 int nSegs = m_CodeRanges.GetSize();
833 if (m_CodingScheme == MixedFourBytes && parser.m_AddMaps.GetSize()) {
834 m_pAddMapping = FX_Alloc(uint8_t, parser.m_AddMaps.GetSize() + 4);
835 *(FX_DWORD*)m_pAddMapping = parser.m_AddMaps.GetSize() / 8;
837 parser.m_AddMaps.GetSize());
838 FXSYS_qsort(m_pAddMapping + 4, parser.m_AddMaps.GetSize() / 8, 8,
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp 44 for (int i = 0; i < m_Kids.GetSize(); i++)
139 for (int i = 0; i < pParentElement->m_Kids.GetSize(); i++) {
209 for (int i = 0; i < m_Kids.GetSize(); i++) {
  /external/pdfium/core/src/fxcrt/
fx_extension.cpp 38 FX_FILESIZE CFX_CRTFileStream::GetSize() {
39 return m_pFile->GetSize();
43 return GetPosition() >= GetSize();
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 196 FX_BOOL IsEmpty() { return CFX_ArrayTemplate<TYPE>::GetSize() <= 0; }
198 if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize())
203 if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize())
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 223 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
301 if (nItemIndex >= 0 && nItemIndex < m_aChildren.GetSize()) {
337 for (int32_t i = 0, sz = m_aChildren.GetSize(); i < sz; i++) {
  /external/pdfium/xfa/src/fgas/src/crt/
fx_stream.h 270 virtual FX_FILESIZE GetSize();
285 virtual FX_FILESIZE GetSize();
299 virtual FX_FILESIZE GetSize();
  /external/pdfium/xfa/src/fwl/src/lightwidget/
combobox.cpp 238 int32_t nCount = m_arrItem.GetSize();
245 return m_arrItem.GetSize();
249 int32_t iCount = m_arrItem.GetSize();
  /external/google-breakpad/src/processor/
exploitability_win.cc 214 instruction_region->GetSize() - memory_offset;
stackwalker_unittest_utils.h 65 uint32_t GetSize() const { return contents_.size(); }
  /external/libbrillo/brillo/streams/
fake_stream.h 88 uint64_t GetSize() const override { return 0; }
file_stream.cc 60 uint64_t GetSize() const override {
373 uint64_t FileStream::GetSize() const {
374 return IsOpen() ? fd_interface_->GetSize() : 0;
395 uint64_t size = GetSize();
memory_stream.h 151 uint64_t GetSize() const override;
stream.h 135 // method can be used to check how reliable a call to GetSize() is.
142 virtual uint64_t GetSize() const = 0;

Completed in 2272 milliseconds

1 2 3 4 5 6 7 891011>>