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

<<11121314

  /external/skqp/tests/
ImageFilterTest.cpp 1703 SkIRect subset = SkIRect::MakeXYWH(25, 20, 50, 50); local
    [all...]
PictureTest.cpp 120 bool onDoSaveBehind(const SkRect* subset) override {
122 return this->INHERITED::onDoSaveBehind(subset);
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos.hh 1519 bool subset (hb_subset_context_t *c) const function in struct:OT::ContextFormat1
1637 bool subset (hb_subset_context_t *c) const function in struct:OT::ContextFormat2
1744 bool subset (hb_subset_context_t *c) const function in struct:OT::ContextFormat3
2182 bool subset (hb_subset_context_t *c) const function in struct:OT::ChainContextFormat1
2321 bool subset (hb_subset_context_t *c) const function in struct:OT::ChainContextFormat2
2471 bool subset (hb_subset_context_t *c) const function in struct:OT::ChainContextFormat3
2703 bool subset (hb_subset_context_t *c) const function in struct:OT::GSUBGPOS
    [all...]
hb-ot-cff2-table.hh 32 #include "hb-subset-cff2.hh"
535 bool subset (hb_subset_plan_t *plan) const function in struct:OT::cff2
hb-ot-layout-gdef-table.hh 439 bool subset (hb_subset_context_t *c) const function in struct:OT::GDEF
446 out->attachList.set (0);//TODO(subset) serialize_subset (c, this+attachList, out);
447 out->ligCaretList.set (0);//TODO(subset) serialize_subset (c, this+ligCaretList, out);
451 out->markGlyphSetsDef.set (0);// TODO(subset) serialize_subset (c, this+markGlyphSetsDef, out);
454 out->varStore.set (0);// TODO(subset) serialize_subset (c, this+varStore, out);
hb-open-type.hh 36 #include "hb-subset.hh"
283 if (!src.subset (c))
654 bool subset (hb_subset_context_t *c) const function in struct:OT::OffsetListOf
  /external/skqp/src/gpu/
SkGpuDevice.cpp 1122 const SkIRect& subset = result->subset(); local
    [all...]
  /external/skia/dm/
DMSrcSink.cpp 215 // Each subset will be 390x390.
216 // Each scaled subset be 48x48.
227 // Calculate the subset dimensions
233 // Increase the size of the last subset in each row or column, when the
238 // Increase the size of the subset in order to have a border on each side
643 SkIRect subset; local
645 subset = SkIRect::MakeXYWH(x, 0, SkTMin(tileSize, width - x), height);
646 options.fSubset = &subset;
664 return Error::Nonfatal(SkStringPrintf("Cannot codec subset: divisor %d is too big "
668 // subset dimension
672 SkIRect subset; local
    [all...]
  /external/skqp/dm/
DMSrcSink.cpp 211 // Each subset will be 390x390.
212 // Each scaled subset be 48x48.
223 // Calculate the subset dimensions
229 // Increase the size of the last subset in each row or column, when the
234 // Increase the size of the subset in order to have a border on each side
640 SkIRect subset; local
642 subset = SkIRect::MakeXYWH(x, 0, SkTMin(tileSize, width - x), height);
643 options.fSubset = &subset;
661 return Error::Nonfatal(SkStringPrintf("Cannot codec subset: divisor %d is too big "
665 // subset dimension
669 SkIRect subset; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 128 .named("ImmutableSortedSet.subSet.asList")
231 assertSame(set, set.subSet("c", "f"));
282 assertTrue(set.subSet("c", "g") instanceof ImmutableSortedSet);
283 assertThat(set.subSet("c", "g")).has().item("e");
284 assertThat(set.subSet("e", "g")).has().item("e");
285 assertSame(of(), set.subSet("f", "g"));
286 assertSame(of(), set.subSet("c", "e"));
287 assertSame(of(), set.subSet("c", "d"));
385 assertTrue(set.subSet("c", "e") instanceof ImmutableSortedSet);
386 assertThat(set.subSet("c", "e")).has().exactly("c", "d").inOrder()
544 SortedSet<String> subset = set.subSet("c", "e"); local
    [all...]
  /external/antlr/runtime/JavaScript/src/org/antlr/runtime/
BitSet.js 543 * @returns {Boolean} true if and only if a is a subset of this bit set.
545 subset: function(a) {
538 }, method in class:org.antlr.runtime.BitSet
  /external/antlr/tool/src/main/java/org/antlr/misc/
BitSet.java 429 public boolean subset(BitSet a) { method in class:BitSet
  /external/autotest/server/hosts/
cros_repair.py 740 Moblab is a subset of the CrOS verify and repair. Several pieces
    [all...]
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestBasic.java     [all...]
  /external/libxml2/include/libxml/
xmlwriter.h 330 const xmlChar * subset);
  /build/blueprint/bootstrap/
glob.go 61 // GlobFileContext is the subset of ModuleContext and SingletonContext needed by GlobFile
  /build/soong/cc/
vndk.go 36 // declared as a VNDK-SP module, which is a subset of VNDK.
  /build/soong/java/
dexpreopt.go 170 // contains the full dexpreopt boot classpath. Other images may just contain a subset of
  /external/deqp-deps/glslang/glslang/Include/
intermediate.h     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.contenttype_3.7.0.v20180426-1644.jar 
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java     [all...]
  /external/skia/tests/
PictureTest.cpp 120 bool onDoSaveBehind(const SkRect* subset) override {
122 return this->INHERITED::onDoSaveBehind(subset);
  /external/syzkaller/vendor/cloud.google.com/go/iam/
iam.go 110 // TestPermissions returns the subset of permissions that the caller has on the resource.
  /external/googletest/googlemock/test/
gmock-matchers_test.cc 5364 const int subset[] = {1, 4}; local
5492 const int subset[] = {1, 4}; local
    [all...]
  /external/libxml2/
debugXML.c 2657 xmlDtdPtr subset; local
    [all...]

Completed in 654 milliseconds

<<11121314