/external/skia/src/pdf/ |
SkPDFDevice.cpp | 1972 SkIRect subset = imageSubset.image()->bounds(); local [all...] |
/external/skqp/src/pdf/ |
SkPDFDevice.cpp | 1985 SkIRect subset = imageSubset.image()->bounds(); local [all...] |
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
ParseHelper.h | 402 TIntermTyped* constructBuiltIn(const TType&, TOperator, TIntermTyped*, const TSourceLoc&, bool subset);
|
/external/fonttools/Lib/fontTools/varLib/ |
mutator.py | 23 import fontTools.subset.cff
|
/external/harfbuzz_ng/src/ |
hb-subset-cff2.cc | 30 #include "hb-subset-cff2.hh" 31 #include "hb-subset-plan.hh" 32 #include "hb-subset-cff-common.hh" 299 /* Subset subrs: collect used subroutines, leaving all unused ones behind */ 300 if (!subr_subsetter.subset (acc, plan->glyphs, plan->drop_hints)) 462 DEBUG_MSG (SUBSET, nullptr, "failed to serialize CFF2 top dict"); 474 DEBUG_MSG (SUBSET, nullptr, "failed to serialize global subroutines"); 486 DEBUG_MSG (SUBSET, nullptr, "failed to serialize CFF2 Variation Store"); 500 DEBUG_MSG (SUBSET, nullptr, "failed to serialize CFF2 subset FDSelect") [all...] |
/external/skia/src/core/ |
SkImageFilter.cpp | 172 const SkIRect srcSubset = fUsesSrcInput ? src->subset() : SkIRect::MakeWH(0, 0);
|
SkRecordDraw.cpp | 88 SkCanvasPriv::SaveBehind(fCanvas, r.subset);
|
/external/skia/tools/debugger/ |
SkDebugCanvas.cpp | 475 bool SkDebugCanvas::onDoSaveBehind(const SkRect* subset) {
|
/external/skqp/src/core/ |
SkImageFilter.cpp | 169 const SkIRect srcSubset = fUsesSrcInput ? src->subset() : SkIRect::MakeWH(0, 0);
|
SkRecordDraw.cpp | 88 SkCanvasPriv::SaveBehind(fCanvas, r.subset);
|
/external/skqp/tools/debugger/ |
SkDebugCanvas.cpp | 470 bool SkDebugCanvas::onDoSaveBehind(const SkRect* subset) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
dwarfdump-str-offsets.s | 157 # And a .dwo copy of a subset for the .dwo sections.
|
/external/vixl/tools/ |
generate_tests.py | 356 // Override the top-level list with a subset of instructions concerned
|
/external/compiler-rt/make/platform/ |
clang_darwin.mk | 14 # The result is a possibly empty subset of the architectures from argument 1.
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
FieldMask.cs | 50 /// Field masks are used to specify a subset of fields that should be
|
/external/skia/gm/ |
wacky_yuv_formats.cpp | 1038 auto subset = yuv->makeSubset(SkIRect::MakeWH(kTileWidthHeight \/ 2, variable [all...] |
/external/syzkaller/dashboard/dashapi/ |
dashapi.go | 87 // builder will pass subset of the commit titles that are present in the build
|
/external/v8/src/js/ |
intl.js | 642 * Returns the subset of the given locale list for which this locale list 863 * Returns the subset of the given locale list for which this locale list [all...] |
/external/deqp-deps/glslang/hlsl/ |
hlslParseHelper.cpp | 1413 int subset = sym->getFlattenSubset(); local [all...] |
/external/python/cpython3/Tools/clinic/ |
clinic.py | [all...] |
/external/libxml2/ |
runtest.c | 838 * Does this document has an internal subset 856 * Does this document has an external subset 874 * Does this document has an internal subset 898 * Does this document has an external subset 4538 int subset = 0; local [all...] |
xmlwriter.c | [all...] |
/build/soong/android/ |
paths.go | 28 // PathContext is the subset of a (Module|Singleton)Context required by the 490 // FilterByExt returns the subset of the paths that have extension ext 501 // FilterOutByExt returns the subset of the paths that do not have extension ext [all...] |
/external/brotli/research/ |
brotlidump.py | 291 for s,subset in splitSymbols.items(): 292 if len(subset)==1: [all...] |
/external/python/cpython3/Lib/unittest/ |
case.py | [all...] |