HomeSort by relevance Sort by last modified time
    Searched refs:subset (Results 151 - 175 of 341) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skqp/tests/
CodecTest.cpp 150 SkIRect subset = SkIRect::MakeLTRB(0, y, info.width(), local
153 options.fSubset = ⊂
157 subset.top(), subset.bottom());
324 // support subset decodes - png and jpeg (once SkJpegCodec is
374 SkIRect subset = SkIRect::MakeXYWH(2 * (width / 3), 0, width / 3, height); local
375 options.fSubset = ⊂
394 // meaningful subset.
400 SkIRect subset; local
402 opts.fSubset = ⊂
998 SkIRect subset = SkIRect::MakeWH(100, 100); local
1022 SkIRect subset = SkIRect::MakeWH(subsetWidth, subsetHeight); local
1628 sk_sp<SkData> subset = SkData::MakeSubset(data.get(), 0, truncatedSize); local
    [all...]
  /external/skia/src/image/
SkImage_GpuBase.cpp 110 const SkIRect& subset) const {
118 desc.fWidth = subset.width();
119 desc.fHeight = subset.height();
135 if (!sContext->copy(proxy.get(), subset, SkIPoint::Make(0, 0))) {
SkImage_GpuBase.h 30 sk_sp<SkImage> onMakeSubset(GrRecordingContext*, const SkIRect& subset) const final;
  /external/skqp/src/image/
SkImage_GpuBase.h 30 sk_sp<SkImage> onMakeSubset(const SkIRect& subset) const final;
SkImage_GpuBase.cpp 111 sk_sp<SkImage> SkImage_GpuBase::onMakeSubset(const SkIRect& subset) const {
115 desc.fWidth = subset.width();
116 desc.fHeight = subset.height();
132 if (!sContext->copy(proxy.get(), subset, SkIPoint::Make(0, 0))) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
expatbuilder.py 233 """Load the internal subset if there might be one."""
237 subset = extractor.getSubset()
238 self.document.doctype.internalSubset = subset
583 # Takes a string for the doctype, subset string, and namespace attrs string.
636 subset = doctype.internalSubset or self._getDeclarations()
643 subset = ""
645 document = _FRAGMENT_BUILDER_TEMPLATE % (ident, subset, nsattrs)
657 """Re-create the internal subset from the DocumentType node.
870 subset = None variable in class:InternalSubsetExtractor
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
expatbuilder.py 233 """Load the internal subset if there might be one."""
237 subset = extractor.getSubset()
238 self.document.doctype.internalSubset = subset
583 # Takes a string for the doctype, subset string, and namespace attrs string.
636 subset = doctype.internalSubset or self._getDeclarations()
643 subset = ""
645 document = _FRAGMENT_BUILDER_TEMPLATE % (ident, subset, nsattrs)
657 """Re-create the internal subset from the DocumentType node.
870 subset = None variable in class:InternalSubsetExtractor
    [all...]
  /external/python/cpython2/Lib/xml/dom/
expatbuilder.py 233 """Load the internal subset if there might be one."""
237 subset = extractor.getSubset()
238 self.document.doctype.internalSubset = subset
583 # Takes a string for the doctype, subset string, and namespace attrs string.
636 subset = doctype.internalSubset or self._getDeclarations()
643 subset = ""
645 document = _FRAGMENT_BUILDER_TEMPLATE % (ident, subset, nsattrs)
657 """Re-create the internal subset from the DocumentType node.
870 subset = None variable in class:InternalSubsetExtractor
    [all...]
  /external/python/cpython3/Lib/xml/dom/
expatbuilder.py 233 """Load the internal subset if there might be one."""
237 subset = extractor.getSubset()
238 self.document.doctype.internalSubset = subset
576 # Takes a string for the doctype, subset string, and namespace attrs string.
629 subset = doctype.internalSubset or self._getDeclarations()
636 subset = ""
638 document = _FRAGMENT_BUILDER_TEMPLATE % (ident, subset, nsattrs)
650 """Re-create the internal subset from the DocumentType node.
856 """XML processor which can rip out the internal document type subset."""
858 subset = Non variable in class:InternalSubsetExtractor
    [all...]
  /external/harfbuzz_ng/src/
hb-subset.cc 30 #include "hb-subset.hh"
31 #include "hb-subset-glyf.hh"
76 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c initial estimated table size: %u bytes.", HB_UNTAG (tag), buf_size);
79 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c failed to allocate %u bytes.", HB_UNTAG (tag), buf_size);
85 result = table->subset (&c);
89 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c ran out of room; reallocating to %u bytes.", HB_UNTAG (tag), buf_size);
92 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c failed to reallocate %u bytes.", HB_UNTAG (tag), buf_size);
100 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c final subset table size: %u bytes.", HB_UNTAG (tag), dest_blob->length);
106 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset table subsetted to empty.", HB_UNTAG (tag))
    [all...]
hb-ot-layout-common.hh 139 bool subset (hb_subset_context_t *c) const function in struct:OT::RecordListOf
233 bool subset (hb_subset_context_t *c) const function in struct:OT::LangSys
278 bool subset (hb_subset_context_t *c) const function in struct:OT::Script
560 bool subset (hb_subset_context_t *c) const function in struct:OT::Feature
565 out->featureParams.set (0); /* TODO(subset) FeatureParams. */
728 bool subset (hb_subset_context_t *c) const function in struct:OT::Lookup::SubTableSubsetWrapper
737 bool subset (hb_subset_context_t *c) const function in struct:OT::Lookup
743 /* Subset the actual subtables. */
1222 bool subset (hb_subset_context_t *c) const function in struct:OT::ClassDefFormat1
1369 bool subset (hb_subset_context_t *c) const function in struct:OT::ClassDefFormat2
1512 bool subset (hb_subset_context_t *c) const function in struct:OT::ClassDef
    [all...]
hb-ot-layout-gpos-table.hh 495 bool subset (hb_subset_context_t *c) const function in struct:OT::SinglePosFormat1
498 // TODO(subset)
554 bool subset (hb_subset_context_t *c) const function in struct:OT::SinglePosFormat2
557 // TODO(subset)
769 bool subset (hb_subset_context_t *c) const function in struct:OT::PairPosFormat1
772 // TODO(subset)
862 bool subset (hb_subset_context_t *c) const function in struct:OT::PairPosFormat2
865 // TODO(subset)
1082 bool subset (hb_subset_context_t *c) const function in struct:OT::CursivePosFormat1
1188 bool subset (hb_subset_context_t *c) const function in struct:OT::MarkBasePosFormat1
1313 bool subset (hb_subset_context_t *c) const function in struct:OT::MarkLigPosFormat1
1435 bool subset (hb_subset_context_t *c) const function in struct:OT::MarkMarkPosFormat1
1608 bool subset (hb_subset_context_t *c) const function in struct:OT::PosLookup
1631 bool subset (hb_subset_context_t *c) const function in struct:OT::GPOS
    [all...]
hb-ot-hdmx-table.hh 83 DEBUG_MSG(SUBSET, nullptr, "Couldn't allocate enough space for DeviceRecord: %d.",
96 DEBUG_MSG(SUBSET, nullptr, "HDMX width for new gid %d is missing.", i);
162 bool subset (hb_subset_plan_t *plan) const function in struct:OT::hdmx
168 DEBUG_MSG(SUBSET, nullptr, "Unable to alloc %lu for hdmx subset output.", (unsigned long) dest_size);
177 DEBUG_MSG(SUBSET, nullptr, "Failed to serialize write new hdmx.");
hb-ot-vorg-table.hh 105 bool subset (hb_subset_plan_t *plan) const function in struct:OT::VORG
110 /* count the number of glyphs to be included in the subset table */
  /external/libchrome/base/sampling_heap_profiler/
lock_free_address_hash_set_unittest.cc 21 static bool Subset(const LockFreeAddressHashSet& superset,
22 const LockFreeAddressHashSet& subset) {
23 for (subtle::AtomicWord bucket : subset.buckets_) {
37 return Subset(set1, set2) && Subset(set2, set1);
113 EXPECT_TRUE(Subset(set, set2));
114 EXPECT_FALSE(Subset(set2, set));
  /external/skia/src/gpu/
GrAHardwareBufferImageGenerator.cpp 207 // Otherwise, make a copy for the requested subset.
208 SkIRect subset = SkIRect::MakeXYWH(origin.fX, origin.fY, info.width(), info.height()); local
212 return GrSurfaceProxy::Copy(context, texProxy.get(), mipMapped, subset, SkBackingFit::kExact,
GrBackendTextureImageGenerator.cpp 158 // will be cached and re-used. If they draw a subset, though, we may be
197 // Otherwise, make a copy of the requested subset. Make sure our temporary is renderable,
217 SkIRect subset = SkIRect::MakeXYWH(origin.fX, origin.fY, info.width(), info.height()); local
218 if (!rtContext->copy(proxy.get(), subset, SkIPoint::Make(0, 0))) {
  /external/skqp/src/gpu/
GrBackendTextureImageGenerator.cpp 159 // will be cached and re-used. If they draw a subset, though, we may be
198 // Otherwise, make a copy of the requested subset. Make sure our temporary is renderable,
218 SkIRect subset = SkIRect::MakeXYWH(origin.fX, origin.fY, info.width(), info.height()); local
219 if (!rtContext->copy(proxy.get(), subset, SkIPoint::Make(0, 0))) {
  /external/u-boot/drivers/video/fonts/
Kconfig 12 It was designed in 1987. A subset of Nimbus Sans L were released
  /external/autotest/client/site_tests/graphics_dEQP/
generate_controlfiles.py 91 'subset_to_run={{subset}}',
154 subset='Pass',
graphics_dEQP.py 278 def _get_test_cases(self, test_filter, subset):
290 @param subset: string from 'Pass', 'Fail', 'Timeout' etc.
296 subset_name = '%s.%s.bz2' % (test_filter, subset)
299 if subset == 'NotPass':
303 if subset != 'Pass':
305 'Failed: No subset file found for %s!' % subset_path)
312 'Failed: No test cases found in subset file %s!' % subset_path)
  /external/autotest/site_utils/bootperf-bin/
bootperf 113 By default, only a summary subset of the log files created by
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ContiguousSetTest.java 144 assertThat(set.subSet(1, 4)).has().exactly(1, 2, 3).inOrder();
145 assertThat(set.subSet(2, 4)).has().exactly(2, 3).inOrder();
146 assertThat(set.subSet(3, 4)).has().item(3);
147 assertThat(set.subSet(3, 3)).isEmpty();
148 assertThat(set.subSet(2, 3)).has().item(2);
149 assertThat(set.subSet(1, 3)).has().exactly(1, 2).inOrder();
150 assertThat(set.subSet(1, 2)).has().item(1);
151 assertThat(set.subSet(2, 2)).isEmpty();
152 assertThat(set.subSet(Integer.MIN_VALUE, Integer.MAX_VALUE)).has().exactly(1, 2, 3).inOrder();
153 assertThat(set.subSet(1, true, 3, true)).has().exactly(1, 2, 3).inOrder()
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetTest.java 182 assertThat(set.subSet(1, 4)).has().exactly(1, 2, 3).inOrder();
183 assertThat(set.subSet(2, 4)).has().exactly(2, 3).inOrder();
184 assertThat(set.subSet(3, 4)).has().item(3);
185 assertThat(set.subSet(3, 3)).isEmpty();
186 assertThat(set.subSet(2, 3)).has().item(2);
187 assertThat(set.subSet(1, 3)).has().exactly(1, 2).inOrder();
188 assertThat(set.subSet(1, 2)).has().item(1);
189 assertThat(set.subSet(2, 2)).isEmpty();
190 assertThat(set.subSet(Integer.MIN_VALUE, Integer.MAX_VALUE)).has().exactly(1, 2, 3).inOrder();
191 assertThat(set.subSet(1, true, 3, true)).has().exactly(1, 2, 3).inOrder()
    [all...]
  /external/libxml2/include/libxml/
xmlregexp.h 179 xmlExpNodePtr subset,

Completed in 559 milliseconds

1 2 3 4 5 67 8 91011>>