Searched defs:PathInfo (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/liteparse/ |
H A D | liteparse.go | 128 func ResParse(ctx context.Context, piC <-chan *res.PathInfo) (<-chan *rdpb.Resource, <-chan error) { 255 func parsePathInfo(ctx context.Context, pi *res.PathInfo, pathResC chan<- *rdpb.Resource, pathErrC … 303 func xmlParser(ctx context.Context, piC <-chan *res.PathInfo) (<-chan *rdpb.Resource, <-chan error)… 337 func syncParse(ctx context.Context, p *res.PathInfo, resC chan<- *rdpb.Resource, errC chan<- error)… 346 func syncParseContents(ctx context.Context, p *res.PathInfo, fileReader io.Reader, resC chan<- *rdp… 372 func parseContents(ctx context.Context, filePathInfo *res.PathInfo, fileReader io.Reader) (resC <-c… 388 func needsParse(pi *res.PathInfo) (bool, error) { 400 func needsParseContents(pi *res.PathInfo, r io.Reader) bool { 421 func pathAsRes(pi *res.PathInfo) (string, bool) {
|
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/res/ |
H A D | path.go | 31 type PathInfo struct { struct 32 Path string 33 ResDir string 34 TypeDir string 35 Type Type 36 Qualifier string 37 Density Density
|
/aosp_15_r20/external/skia/modules/skottie/src/text/ |
H A D | TextAdapter.cpp | 200 struct TextAdapter::PathInfo { struct in skottie::internal::TextAdapter 201 ShapeValue fPath; 202 ScalarValue fPathFMargin = 0, 203 fPathLMargin = 0, 204 fPathPerpendicular = 0, 205 fPathReverse = 0; 207 void updateContourData() { in updateContourData() 230 float pathLength() const { in pathLength() 237 SkM44 getMatrix(float distance, SkTextUtils::Align alignment) const { in getMatrix() 291 ShapeValue fCurrentPath; [all …]
|
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/bucketize/ |
H A D | bucketize.go | 164 func handleValuesPathInfos(ctx context.Context, piC <-chan *res.PathInfo) (<-chan *res.ValuesResour… 181 func syncParse(ctx context.Context, pi *res.PathInfo, vrC chan<- *res.ValuesResource, raC chan<- *R… 190 func syncParseReader(ctx context.Context, pi *res.PathInfo, dec *xml.Decoder, vrC chan<- *res.Value… 220 func parseRes(ctx context.Context, parentEnc *xml2.Encoder, pi *res.PathInfo, dec *xml.Decoder, vrC…
|
H A D | pipe.go | 48 func separatePathInfosByValues(ctx context.Context, pis []*res.PathInfo) (<-chan *res.PathInfo, <-c…
|
H A D | partitioner.go | 94 CollectPathResource(src res.PathInfo)
|
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/res/respipe/ |
H A D | path_emitter.go | 27 func EmitPathInfos(ctx context.Context, pis []*res.PathInfo) <-chan *res.PathInfo {
|
H A D | streams.go | 27 func MergePathInfoStreams(ctx context.Context, piCs []<-chan *res.PathInfo) <-chan *res.PathInfo {
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | PathInfo.java | 19 public class PathInfo { class
|