Searched refs:m_frames (Results 1 – 8 of 8) sorted by relevance
178 std::vector<Frame> framesCopy(m_frames); in cloneImpl()186 for (size_t i = 0; i < m_frames.size(); i++) in clone()187 frames.push_back(m_frames.at(i).clone()); in clone()199 m_frames.swap(frames); in V8StackTraceImpl()205 DCHECK(m_frames.size()); in topSourceURL()206 return toStringView(m_frames[0].m_scriptName); in topSourceURL()210 DCHECK(m_frames.size()); in topLineNumber()211 return m_frames[0].m_lineNumber; in topLineNumber()215 DCHECK(m_frames.size()); in topColumnNumber()216 return m_frames[0].m_columnNumber; in topColumnNumber()[all …]
74 bool isEmpty() const override { return !m_frames.size(); }; in isEmpty()91 std::vector<Frame> m_frames; variable
350 if (index >= m_frames.size()) { in getColorTable()354 const SkGIFFrameContext* frameContext = m_frames[index].get(); in getColorTable()416 SkGIFFrameContext* currentFrame = m_frames[frameIndex].get(); in decode()437 if (lastFrameToParse >= 0 && (int) m_frames.size() > lastFrameToParse in parse()438 && m_frames[lastFrameToParse]->isComplete()) { in parse()451 SkASSERT(!m_frames.empty()); in parse()452 auto* frame = m_frames.back().get(); in parse()458 SkASSERT(!m_frames.empty()); in parse()459 auto* currentFrame = m_frames.back().get(); in parse()600 SkGIFFrameContext* currentFrame = m_frames.back().get(); in parse()[all …]
360 const size_t frames = m_frames.size(); in imagesCount()370 return m_frames.back()->reachedStartOfData() ? frames : frames - 1; in imagesCount()386 return index < m_frames.size() ? m_frames[index].get() : 0; in frameContext()390 for (size_t index = 0; index < m_frames.size(); index++) { in clearDecodeState()391 m_frames[index]->clearDecodeState(); in clearDecodeState()416 return m_frames.empty() || (m_frames.size() == 1u && !m_frames[0]->isComplete()); in currentFrameIsFirstFrame()435 std::vector<std::unique_ptr<SkGIFFrameContext>> m_frames; variable
7577 m_frames(NULL), in Block()7581 Block::~Block() { delete[] m_frames; } in ~Block()7593 assert(m_frames == NULL); in Parse()7651 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse()7652 if (m_frames == NULL) in Parse()7655 Frame& f = m_frames[0]; in Parse()7684 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse()7685 if (m_frames == NULL) in Parse()7688 if (!m_frames) in Parse()7692 Frame* pf = m_frames; in Parse()[all …]
112 Frame* m_frames; variable
7495 m_frames(NULL), in Block()7499 Block::~Block() { delete[] m_frames; } in ~Block()7511 assert(m_frames == NULL); in Parse()7569 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse()7570 if (m_frames == NULL) in Parse()7573 Frame& f = m_frames[0]; in Parse()7602 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse()7603 if (m_frames == NULL) in Parse()7606 if (!m_frames) in Parse()7610 Frame* pf = m_frames; in Parse()[all …]