Home
last modified time | relevance | path

Searched defs:PathInfo (Results 1 – 9 of 9) sorted by relevance

/external/bazelbuild-rules_android/src/tools/ak/res/
Dpath.go31 type PathInfo struct { struct
32 Path string
33 ResDir string
34 TypeDir string
35 Type Type
36 Qualifier string
37 Density Density
/external/bazelbuild-rules_android/src/tools/ak/liteparse/
Dliteparse.go128 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) {
/external/skia/modules/skottie/src/text/
DTextAdapter.cpp166 struct TextAdapter::PathInfo { struct in skottie::internal::TextAdapter
167 ShapeValue fPath;
168 ScalarValue fPathFMargin = 0,
169 fPathLMargin = 0,
170 fPathPerpendicular = 0,
171 fPathReverse = 0;
173 void updateContourData() { in updateContourData()
196 float pathLength() const { in pathLength()
203 SkM44 getMatrix(float distance, SkTextUtils::Align alignment) const { in getMatrix()
257 ShapeValue fCurrentPath;
[all …]
/external/bazelbuild-rules_android/src/tools/ak/bucketize/
Dbucketize.go164 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…
Dpipe.go48 func separatePathInfosByValues(ctx context.Context, pis []*res.PathInfo) (<-chan *res.PathInfo, <-c…
Dpartitioner.go94 CollectPathResource(src res.PathInfo)
/external/bazelbuild-rules_android/src/tools/ak/res/respipe/
Dpath_emitter.go27 func EmitPathInfos(ctx context.Context, pis []*res.PathInfo) <-chan *res.PathInfo {
Dstreams.go27 func MergePathInfoStreams(ctx context.Context, piCs []<-chan *res.PathInfo) <-chan *res.PathInfo {
/external/ImageMagick/MagickCore/
Ddraw.c184 } PathInfo; typedef