Searched defs:blocks (Results 1 – 9 of 9) sorted by relevance
87 repeated Block blocks = 4; field
578 explicit BufferData(const std::vector<C2ConstLinearBlock> &blocks) : C2BufferData(blocks) {} in BufferData()579 explicit BufferData(const std::vector<C2ConstGraphicBlock> &blocks) : C2BufferData(blocks) {} in BufferData()584 explicit Buffer(const std::vector<C2ConstLinearBlock> &blocks) : C2Buffer(blocks) {} in Buffer()585 explicit Buffer(const std::vector<C2ConstGraphicBlock> &blocks) : C2Buffer(blocks) {} in Buffer()
110 int blocks = state.mImgWidth*state.mImgHeight/(256*256); in raycast() local
1170 explicit Impl(const std::vector<C2ConstLinearBlock> &blocks) in Impl()1175 explicit Impl(const std::vector<C2ConstGraphicBlock> &blocks) in Impl()1190 C2BufferData::C2BufferData(const std::vector<C2ConstLinearBlock> &blocks) : mImpl(new Impl(blocks))… in C2BufferData()1191 C2BufferData::C2BufferData(const std::vector<C2ConstGraphicBlock> &blocks) : mImpl(new Impl(blocks)… in C2BufferData()1205 Impl(C2Buffer *thiz, const std::vector<C2ConstLinearBlock> &blocks) in Impl()1207 Impl(C2Buffer *thiz, const std::vector<C2ConstGraphicBlock> &blocks) in Impl()1288 C2Buffer::C2Buffer(const std::vector<C2ConstLinearBlock> &blocks) in C2Buffer()1291 C2Buffer::C2Buffer(const std::vector<C2ConstGraphicBlock> &blocks) in C2Buffer()
209 final ArraySet<Integer> blocks = layout.getBlocksAlwaysNeedToBeRedrawn(); in testReflow_afterSpannableEdit() local
432 std::vector<IncFsDataBlock> blocks; in onPrepareImage() local482 std::vector<IncFsDataBlock>* blocks) { in copyToIncFs()525 std::vector<char>* buffer, std::vector<IncFsDataBlock>* blocks) { in flashToIncFs()
755 public int blocks = 0; field in DropBoxManagerService.FileList780 public final int blocks; field in DropBoxManagerService.EntryFile
747 std::vector<C2ConstGraphicBlock> blocks = c2Buffer->data().graphicBlocks(); in renderOutputBuffer() local
2113 public Range<Rational> getAspectRatioRange(boolean blocks) { in getAspectRatioRange()