/third_party/skia/src/core/ |
H A D | SkWriteBuffer.h | 63 virtual void writePath(const SkPath& path) = 0; 125 void writePath(const SkPath& path) override;
|
/third_party/skia/src/fonts/ |
H A D | SkFontMgr_indirect.cpp | 163 sk_sp<SkTypeface> SkFontMgr_Indirect::onMakeFromFile(const char path[], int ttcIndex) const { in onMakeFromFile() argument 164 return fImpl->makeFromFile(path, ttcIndex); in onMakeFromFile()
|
/third_party/skia/src/gpu/tessellate/ |
H A D | PathCurveTessellator.cpp | 47 for (auto [pathMatrix, path, color] : pathDrawList) { in writePatches() 53 for (auto [verb, pts, w] : SkPathPriv::Iterate(path)) { in writePatches()
|
/third_party/skia/third_party/externals/spirv-cross/tests-other/ |
H A D | c_api_test.c | 26 static int read_file(const char *path, SpvId **buffer, size_t *word_count) in read_file() argument 29 FILE *file = fopen(path, "rb"); in read_file()
|
/third_party/skia/src/sksl/ |
H A D | SkSLCompiler.h | 189 static ModuleData MakeModulePath(const char* path) { in MakeModulePath() argument 190 return ModuleData{path, /*fData=*/nullptr, /*fSize=*/0}; in MakeModulePath()
|
/third_party/skia/third_party/externals/dawn/generator/ |
H A D | opengl_loader_generator.py | 276 os.path.abspath(args.gl_xml), 277 os.path.abspath(args.supported_extensions)
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-arabic-table.py | 11 import os.path, sys namespace 189 names[items[0]] = os.path.commonprefix ([names[items[0]], fields[1]]).strip ()
|
/third_party/python/Lib/test/test_importlib/source/ |
H A D | test_finder.py | 102 pkg_dir = os.path.dirname(mapping['pkg.__init__']) 110 pkg_dir = os.path.dirname(mapping['pkg.__init__']) 126 # The empty string from sys.path means to search in the cwd.
|
/third_party/python/Modules/_decimal/tests/ |
H A D | formathelper.py | 136 if os.path.isfile("/var/lib/locales/supported.d/local"): 158 if os.path.isfile("/etc/locale.alias"):
|
/third_party/skia/tools/debugger/ |
H A D | JsonWriteBuffer.cpp | 176 void JsonWriteBuffer::writePath(const SkPath& path) { in writePath() argument 177 this->append("path"); in writePath() 178 DrawCommand::MakeJsonPath(*fWriter, path); in writePath()
|
/third_party/skia/tools/fonts/ |
H A D | TestTypeface.cpp | 179 void generateImage(const SkGlyph&) override { SK_ABORT("Should have generated from path."); } 181 bool generatePath(SkGlyphID glyph, SkPath* path) override { 182 *path = this->getTestTypeface()->getPath(glyph).makeTransform(fMatrix);
|
/third_party/skia/tools/skdiff/ |
H A D | skdiff_utils.cpp | 93 bool write_bitmap(const SkString& path, const SkBitmap& bitmap) { in write_bitmap() argument 97 return ToolUtils::EncodeImageToFile(path.c_str(), copy, SkEncodedImageFormat::kPNG, 100); in write_bitmap()
|
/third_party/skia/tools/skpbench/ |
H A D | sheet.py | 155 if os.path.splitext(basename)[1] != '.csv': 157 pathname = os.path.join(dirname, basename)
|
/third_party/skia/tools/viewer/ |
H A D | MSKPSlide.cpp | 16 MSKPSlide::MSKPSlide(const SkString& name, const SkString& path) in MSKPSlide() argument 17 : MSKPSlide(name, SkStream::MakeFromFile(path.c_str())) {} in MSKPSlide()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locutil.cpp | 208 // are path strings ('bundleID') passed to in getAvailableLocaleNames() 232 const char* path = cbundleID.isEmpty() ? NULL : cbundleID.data(); in getAvailableLocaleNames() local 233 icu::LocalUEnumerationPointer uenum(ures_openAvailableLocales(path, &status)); in getAvailableLocaleNames()
|
H A D | resbund.cpp | 123 * fallback path is LCV -> LC -> L -> dLCV -> dLC -> dL -> default. 126 * once a ResourceBundle object is constructed, the inheritance path 127 * no longer includes the default locale. The path is LCV -> LC -> L 209 ResourceBundle::ResourceBundle(const char* path, const Locale& locale, UErrorCode& err) in ResourceBundle() argument 212 fResource = ures_open(path, locale.getName(), &err); in ResourceBundle()
|
H A D | uresdata.h | 318 * another resource bundle's item according to the path in the string. 416 const char *path, const char *name, UErrorCode *errorCode); 465 * Iterates over the path and stops when a scalar resource is found. 467 * Modifies the contents of *path (replacing separators with NULs), 468 * and also moves *path forward while it finds items. 470 * @param path input: "CollationElements/Sequence" or "zoneStrings/3/2" etc.; 474 char** path, const char** key);
|
/third_party/vixl/tools/test_generator/ |
H A D | parser.py | 402 stripped_basename = os.path.splitext(os.path.basename(filename))[0]
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
H A D | makeindex.py | 133 (entrypoint,ext) = os.path.splitext(file) 138 if (os.path.exists(parent)):
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | method_dump.sh | 123 iphone_simulator_sdk=$(xcrun --sdk iphonesimulator --show-sdk-path) 126 macos_sdk=$(xcrun --sdk macosx --show-sdk-path)
|
/third_party/python/PCbuild/ |
H A D | find_msbuild.bat | 13 @rem One argument may be the full path. Use a goto so we don't try to
18 @rem Entire command line may represent the full path if quoting failed.
|
/third_party/python/Lib/test/ |
H A D | test_ossaudiodev.py | 30 def read_sound_file(path): 31 with open(path, 'rb') as fp:
|
H A D | test_urllibnet.py | 126 # the domain names from the search path if there is 171 self.assertTrue(os.path.exists(file_location), "file location returned by" 172 " urlretrieve is not a valid path") 182 self.assertTrue(os.path.exists(file_location))
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | enum_ty.rs | 156 let path = item.path_for_allowlisting(ctx); in is_matching_enum() 159 if enums.matches(path[1..].join("::")) { in is_matching_enum()
|
/third_party/skia/include/core/ |
H A D | SkRegion.h | 173 /** Appends outline of SkRegion to path. 174 Returns true if SkRegion is not empty; otherwise, returns false, and leaves path 177 @param path SkPath to append to 178 @return true if path changed 182 bool getBoundaryPath(SkPath* path) const; 232 /** Constructs SkRegion to match outline of path within clip. 235 Constructed SkRegion draws the same pixels as path through clip when 238 @param path SkPath providing outline 239 @param clip SkRegion containing path 244 bool setPath(const SkPath& path, cons [all...] |