Searched refs:dest_subset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/skia/ext/
H A Dimage_operations.h94 // the entire image is (dest_size) big. The dest_subset is the rectangle in
97 // The output image will be (dest_subset.width(), dest_subset.height()). This
104 const SkIRect& dest_subset,
121 const SkIRect& dest_subset,
127 const SkIRect& dest_subset,
H A Dimage_operations.cc99 const SkIRect& dest_subset);
182 const SkIRect& dest_subset)
184 out_bounds_(dest_subset) {
194 ComputeFilters(src_full_width, dest_subset.fLeft, dest_subset.width(),
196 ComputeFilters(src_full_height, dest_subset.fTop, dest_subset.height(),
343 const SkIRect& dest_subset,
347 dest_subset, allocator);
349 return ResizeBasic(source, method, dest_width, dest_height, dest_subset,
179 ResizeFilter(ImageOperations::ResizeMethod method, int src_full_width, int src_full_height, int dest_width, int dest_height, const SkIRect& dest_subset) argument
340 Resize(const SkBitmap& source, ResizeMethod method, int dest_width, int dest_height, const SkIRect& dest_subset, SkBitmap::Allocator* allocator) argument
355 ResizeSubpixel(const SkBitmap& source, int dest_width, int dest_height, const SkIRect& dest_subset, SkBitmap::Allocator* allocator) argument
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddeterminize.h315 Subset* &dest_subset = (*label_map)[arc.ilabel]; local
316 if (dest_subset == 0)
317 dest_subset = new Subset;
318 dest_subset->push_front(dest_element);
325 void AddArc(StateId s, Label label, Subset *dest_subset) { argument
332 for (typename Subset::iterator diter = dest_subset->begin();
333 diter != dest_subset->end();) {
346 dest_subset->erase_after(oiter);
358 for (typename Subset::iterator diter = dest_subset->begin();
359 diter != dest_subset
[all...]
/external/openfst/src/include/fst/
H A Ddeterminize.h606 Subset* dest_subset; local
608 dest_subset = new Subset;
609 label_map->insert(liter, make_pair(arc.ilabel, dest_subset));
611 dest_subset = liter->second;
614 dest_subset->push_front(dest_element);
623 void AddArc(StateId s, Label label, Subset *dest_subset) { argument
630 for (typename Subset::iterator diter = dest_subset->begin();
631 diter != dest_subset->end();) {
646 dest_subset->erase_after(oiter);
658 for (typename Subset::iterator diter = dest_subset
[all...]

Completed in 415 milliseconds