Home
last modified time | relevance | path

Searched refs:PathInfo (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCFiller.h55 class PathInfo {
57 PathInfo(GrScissorTest scissorTest, const SkIVector& devToAtlasOffset) in PathInfo() function
103 SkSTArray<32, PathInfo, true> fPathInfos;
DGrCCStroker.h67 struct PathInfo { struct
109 SkSTArray<32, PathInfo> fPathInfos;
DGrCCFiller.cpp116 void GrCCFiller::PathInfo::tessellateFan(const GrCCFillGeometry& geometry, int verbsIdx, in tessellateFan()
341 PathInfo* nextPathInfo = fPathInfos.begin(); in prepareToDraw()
DGrCCStroker.cpp386 void updateCurrentInfo(const PathInfo& pathInfo) { in updateCurrentInfo()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateXMB.java274 final PathInfo pathInfo = englishInfo.getPathInfo(trunkPath); in compareFiles()
445 Relation<String, Row.R2<PathInfo, String>> countItems = Relation.of( in writeFile()
446 new TreeMap<String, Set<Row.R2<PathInfo, String>>>(), TreeSet.class); in writeFile()
458 for (PathInfo pathInfo : englishInfo) { in writeFile()
645 Relation<String, R2<PathInfo, String>> countItems, boolean isEnglish, boolean filter) { in writeCountPathInfo() argument
651 for (Entry<String, Set<R2<PathInfo, String>>> entry : countItems.keyValuesSet()) { in writeCountPathInfo()
654 PathInfo pathInfo = null; in writeCountPathInfo()
656 for (R2<PathInfo, String> entry2 : entry.getValue()) { in writeCountPathInfo()
657 PathInfo pathInfoN = entry2.get0(); in writeCountPathInfo()
706 String locale, PathInfo pathInfo, PluralInfo pluralInfo, in showPlurals()
[all …]
/external/ImageMagick/MagickCore/
Ddraw.c184 } PathInfo; typedef
516 static PolygonInfo *ConvertPathToPolygon(const PathInfo *path_info, in ConvertPathToPolygon()
819 static void LogPathInfo(const PathInfo *path_info) in LogPathInfo()
821 const PathInfo in LogPathInfo()
834 static PathInfo *ConvertPrimitiveToPath(const PrimitiveInfo *primitive_info, in ConvertPrimitiveToPath()
840 PathInfo in ConvertPrimitiveToPath()
868 return((PathInfo *) NULL); in ConvertPrimitiveToPath()
873 path_info=(PathInfo *) AcquireQuantumMemory((size_t) (3UL*i+1UL), in ConvertPrimitiveToPath()
875 if (path_info == (PathInfo *) NULL) in ConvertPrimitiveToPath()
879 return((PathInfo *) NULL); in ConvertPrimitiveToPath()
[all …]
/external/libabigail/tools/
Dfedabipkgdiff1549 pathinfo = koji.PathInfo(topdir=global_config.koji_topurl)