Home
last modified time | relevance | path

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

/external/skia/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/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()
446 Relation<String, Row.R2<PathInfo, String>> countItems = Relation.of( in writeFile()
447 new TreeMap<String, Set<Row.R2<PathInfo, String>>>(), TreeSet.class); in writeFile()
459 for (PathInfo pathInfo : englishInfo) { in writeFile()
646 Relation<String, R2<PathInfo, String>> countItems, boolean isEnglish, boolean filter) { in writeCountPathInfo() argument
652 for (Entry<String, Set<R2<PathInfo, String>>> entry : countItems.keyValuesSet()) { in writeCountPathInfo()
655 PathInfo pathInfo = null; in writeCountPathInfo()
657 for (R2<PathInfo, String> entry2 : entry.getValue()) { in writeCountPathInfo()
658 PathInfo pathInfoN = entry2.get0(); in writeCountPathInfo()
707 String locale, PathInfo pathInfo, PluralInfo pluralInfo, in showPlurals()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfoTypes.h35 PathInfo = 5, /* Path profiling information */ enumerator
/external/swiftshader/third_party/LLVM/runtime/libprofile/
DPathProfiling.c229 uint32_t header[2] = { PathInfo, 0 }; in pathProfAtExitHandler()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathProfileInfo.cpp308 case PathInfo: in runOnModule()
/external/ImageMagick/MagickCore/
Ddraw.c184 } PathInfo; typedef
497 static PolygonInfo *ConvertPathToPolygon(const PathInfo *path_info) in ConvertPathToPolygon()
738 static void LogPathInfo(const PathInfo *path_info) in LogPathInfo()
740 register const PathInfo in LogPathInfo()
753 static PathInfo *ConvertPrimitiveToPath(const PrimitiveInfo *primitive_info) in ConvertPrimitiveToPath()
758 PathInfo in ConvertPrimitiveToPath()
786 return((PathInfo *) NULL); in ConvertPrimitiveToPath()
791 path_info=(PathInfo *) AcquireQuantumMemory((size_t) (3UL*i+1UL), in ConvertPrimitiveToPath()
793 if (path_info == (PathInfo *) NULL) in ConvertPrimitiveToPath()
794 return((PathInfo *) NULL); in ConvertPrimitiveToPath()
[all …]