/third_party/skia/src/gpu/v1/ |
H A D | ClipStack.cpp | 1638 auto subset = SkRect::Make(bounds); in GetSWMaskFP() local 1639 subset.offset(-maskBounds.fLeft, -maskBounds.fTop); in GetSWMaskFP() 1642 auto domain = subset.makeInset(0.5, 0.5); in GetSWMaskFP() 1644 samplerState, subset, domain, *context->priv().caps()); in GetSWMaskFP()
|
H A D | SurfaceDrawContext.cpp | 682 const SkRect* subset = constraint == SkCanvas::kStrict_SrcRectConstraint ? in drawTexture() local 687 mm, color, blendMode, aa, &quad, subset); in drawTexture() 700 const SkRect* subset) { in drawTexturedQuad() 722 // Use the provided subset, although hypothetically we could detect that the cropped local in drawTexturedQuad() 723 // quad is sufficiently inside the subset and the constraint could be dropped. in drawTexturedQuad() 727 blendMode, aaType, quad, subset)); in drawTexturedQuad() 690 drawTexturedQuad(const GrClip* clip, GrSurfaceProxyView proxyView, SkAlphaType srcAlphaType, sk_sp<GrColorSpaceXform> textureXform, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, const SkPMColor4f& color, SkBlendMode blendMode, GrAA aa, DrawQuad* quad, const SkRect* subset) drawTexturedQuad() argument
|
/third_party/skia/src/core/ |
H A D | SkDevice.h | 316 * Draw the special image's subset to this device, subject to the given matrix transform instead 341 // Snap the 'subset' contents from this device, possibly as a read-only view. If 'forceCopy' 345 virtual sk_sp<SkSpecialImage> snapSpecial(const SkIRect& subset, bool forceCopy = false);
|
H A D | SkImageFilter.cpp | 235 const SkIRect srcSubset = fUsesSrcInput ? context.sourceImage()->subset() in filterImage()
|
H A D | SkRecordDraw.cpp | 90 SkCanvasPriv::SaveBehind(fCanvas, r.subset); in draw()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-cff2-table.hh | 31 #include "hb-subset-cff2.hh" 517 bool subset (hb_subset_context_t *c) const { return hb_subset_cff2 (c); } in subset() function
|
H A D | hb-subset-cff2.cc | 34 #include "hb-subset-cff2.hh" 35 #include "hb-subset-plan.hh" 36 #include "hb-subset-cff-common.hh" 281 if (!subr_subsetter.subset ()) in create()
|
H A D | hb-ot-var-gvar-table.hh | 406 bool subset (hb_subset_context_t *c) const in subset() function
|
H A D | hb-subset-cff-common.hh | 32 #include "hb-subset-plan.hh" 600 bool subset (void) in subset() function
|
H A D | hb-subset-cff1.cc | 35 #include "hb-subset-cff1.hh" 36 #include "hb-subset-plan.hh" 37 #include "hb-subset-cff-common.hh" 549 /* check whether the subset renumbers any glyph IDs */ in create() 621 if (!subr_subsetter.subset ()) in create() 680 /* font dict index remap table from fullset FDArray to subset FDArray. 681 * set to CFF_UNDEF_CODE if excluded from subset */
|
/third_party/skia/experimental/graphite/src/ |
H A D | Device.cpp | 387 sk_sp<SkSpecialImage> Device::snapSpecial(const SkIRect& subset, bool forceCopy) { in snapSpecial() argument
|
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 1357 void setFlattenSubset(int subset) { flattenSubset = subset; } in setFlattenSubset() argument
|
/third_party/skia/src/image/ |
H A D | SkImage_Gpu.cpp | 852 const SkRect* subset, in onAsFragmentProcessor() 864 subset, in onAsFragmentProcessor() 847 onAsFragmentProcessor( GrRecordingContext* rContext, SkSamplingOptions sampling, const SkTileMode tileModes[2], const SkMatrix& m, const SkRect* subset, const SkRect* domain) const onAsFragmentProcessor() argument
|
/third_party/skia/tests/ |
H A D | PictureTest.cpp | 118 bool onDoSaveBehind(const SkRect* subset) override { 120 return this->INHERITED::onDoSaveBehind(subset);
|
H A D | PathOpsBuilderConicTest.cpp | 148 while (subsetContours.subset(failed, &minimal)) { in subset_simplify_fail() 158 while (subsetVerbs.subset(failed, &minimal)) { in subset_simplify_fail()
|
/third_party/python/Lib/unittest/ |
H A D | case.py | 1174 def assertDictContainsSubset(self, subset, dictionary, msg=None): 1175 """Checks whether dictionary is a superset of subset.""" 1180 for key, value in subset.items():
|
/third_party/skia/gm/ |
H A D | wacky_yuv_formats.cpp | 974 /* subset */ false, 977 /* subset */ true, 980 /* subset */ false, 983 /* subset */ false, 986 /* subset */ false, 1002 int numRows = 5; // original, YUV, subset, makeNonTextureImage, readPixels 1114 auto subset = yuv->makeSubset(bounds, dContext); variable 1115 SkASSERT(subset); variable 1116 canvas->drawImage(subset, x, y);
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | hb-subset.cc | 33 #include <hb-subset.h> 732 "Specify glyph IDs or ranges to include in the subset.\n" in add_options() 735 {"gids-", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_CALLBACK, (gpointer) &parse_gids, "Specify glyph IDs or ranges to remove from the subset", "list of glyph indices/ranges or *"}, in add_options() 736 {"gids+", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_CALLBACK, (gpointer) &parse_gids, "Specify glyph IDs or ranges to include in the subset", "list of glyph indices/ranges or *"}, in add_options() 738 {"glyphs", 0, 0, G_OPTION_ARG_CALLBACK, (gpointer) &parse_glyphs, "Specify glyph names to include in the subset. Use --glyphs-=... to subtract glyphs from the current set.", "list of glyph names or *"}, in add_options() 739 {"glyphs+", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_CALLBACK, (gpointer) &parse_glyphs, "Specify glyph names to include in the subset", "list of glyph names"}, in add_options() 740 {"glyphs-", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_CALLBACK, (gpointer) &parse_glyphs, "Specify glyph names to remove from the subset", "list of glyph names"}, in add_options() 745 {"text", 0, 0, G_OPTION_ARG_CALLBACK, (gpointer) &parse_text, "Specify text to include in the subset. Use --text-=... to subtract codepoints from the current set.", "string"}, in add_options() 746 {"text-", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_CALLBACK, (gpointer) &parse_text, "Specify text to remove from the subset", "string"}, in add_options() 747 {"text+", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_CALLBACK, (gpointer) &parse_text, "Specify text to include in the subset", "strin in add_options() [all...] |
/third_party/skia/tools/debugger/ |
H A D | DebugCanvas.cpp | 607 bool DebugCanvas::onDoSaveBehind(const SkRect* subset) {
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 1383 const TType& dereferencedType, int subset) in flattenAccess() 1391 int newSubset = flattenData->second.offsets[subset >= 0 ? subset + member : member]; in flattenAccess() 1412 // that is just getting a subset assigned. Follows the same logic as flattenAccess, 1415 // Returns the offset into the first leaf of the subset. 1423 int subset = sym->getFlattenSubset(); in findSubtreeOffset() local 1424 if (subset == -1) in findSubtreeOffset() 1427 // Getting this far means a partial aggregate is identified by the flatten subset. in findSubtreeOffset() 1428 // Find the first leaf of the subset. in findSubtreeOffset() 1434 return findSubtreeOffset(sym->getType(), subset, flattenDat in findSubtreeOffset() 1382 flattenAccess(long long uniqueId, int member, TStorageQualifier outerStorage, const TType& dereferencedType, int subset) flattenAccess() argument 1441 findSubtreeOffset(const TType& type, int subset, const TVector<int>& offsets) const findSubtreeOffset() argument 8547 constructBuiltIn(const TType& type, TOperator op, TIntermTyped* node, const TSourceLoc& loc, bool subset) constructBuiltIn() argument [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseHelper.h | 451 TIntermTyped* constructBuiltIn(const TType&, TOperator, TIntermTyped*, const TSourceLoc&, bool subset);
|
/third_party/python/Tools/clinic/ |
H A D | clinic.py | 1265 for subset in permute_optional_groups(left, required, right): 1266 count = len(subset) 1276 group_ids = {p.group for p in subset} # eliminate duplicates 1280 d['format_units'] = "".join(p.converter.format_unit for p in subset) 1283 for p in subset:
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 453 A list of target labels. Must be a subset of the target's "deps". These 1406 recompiled. If an input only applies to a subset of source files, you may 1890 headers indicate which subset of those files are permitted. See "gn help
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | brotlidump.py | 291 for s,subset in splitSymbols.items(): 292 if len(subset)==1:
|
/third_party/node/deps/v8/src/objects/ |
H A D | intl-objects.cc | 1297 // // We can only fast-compare a certain subset of the ASCII range. 1822 // 1. Let subset be a new empty List. in LookupSupportedLocales() 1823 std::vector<std::string> subset; in LookupSupportedLocales() local 1838 // end of subset. in LookupSupportedLocales() 1840 subset.push_back(locale); in LookupSupportedLocales() 1844 // 3. Return subset. in LookupSupportedLocales() 1845 return subset; in LookupSupportedLocales() 2397 // end of subset. in LookupMatcher()
|