Searched defs:blocks (Results 1 – 8 of 8) 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
1141 explicit Impl(const std::vector<C2ConstLinearBlock> &blocks) in Impl()1146 explicit Impl(const std::vector<C2ConstGraphicBlock> &blocks) in Impl()1161 C2BufferData::C2BufferData(const std::vector<C2ConstLinearBlock> &blocks) : mImpl(new Impl(blocks))… in C2BufferData()1162 C2BufferData::C2BufferData(const std::vector<C2ConstGraphicBlock> &blocks) : mImpl(new Impl(blocks)… in C2BufferData()1176 Impl(C2Buffer *thiz, const std::vector<C2ConstLinearBlock> &blocks) in Impl()1178 Impl(C2Buffer *thiz, const std::vector<C2ConstGraphicBlock> &blocks) in Impl()1259 C2Buffer::C2Buffer(const std::vector<C2ConstLinearBlock> &blocks) in C2Buffer()1262 C2Buffer::C2Buffer(const std::vector<C2ConstGraphicBlock> &blocks) in C2Buffer()
209 final ArraySet<Integer> blocks = layout.getBlocksAlwaysNeedToBeRedrawn(); in testReflow_afterSpannableEdit() local
688 public int blocks = 0; field in DropBoxManagerService.FileList713 public final int blocks; field in DropBoxManagerService.EntryFile
649 std::vector<C2ConstGraphicBlock> blocks = c2Buffer->data().graphicBlocks(); in renderOutputBuffer() local
2073 public Range<Rational> getAspectRatioRange(boolean blocks) { in getAspectRatioRange()