Home
last modified time | relevance | path

Searched refs:Annotate (Results 1 – 25 of 41) sorted by relevance

12

/external/ImageMagick/PerlMagick/demo/
Dannotate.pl19 $label->Annotate(text=>"North West",gravity=>"NorthWest",x=>$x,y=>$y,
21 $label->Annotate(text=>"North",gravity=>"North",y=>$y,rotate=>$angle);
25 $label->Annotate(text=>"Center",gravity=>"Center",rotate=>$angle);
26 $label->Annotate(text=>"East",gravity=>"East",x=>$x,rotate=>$angle);
27 $label->Annotate(text=>"South West",gravity=>"SouthWest",x=>$x,y=>$y,
Dshapes.pl28 $image->Annotate(fill=>'red',geometry=>'+150+20',pointsize=>18,
30 $image->Annotate(fill=>'blue',geometry=>'+150+38',pointsize=>14,
32 $image->Annotate(fill=>'black',geometry=>'+280+120',pointsize=>14,
Dshadow-text.pl9 $image->Annotate(fill=>'rgba(100,100,100,0.8)',pointsize=>60,
12 $image->Annotate(fill=>'red',stroke=>'blue',pointsize=>60,
Dbutton.pl12 $q->Annotate(text=>'Push Me',fill=>'black',gravity=>'Center',pointsize=>18);
Dannotate_words.pl32 $image->Annotate(
Dpiddle.pl62 $image->Annotate(text=>'This is a test!',geometry=>'+30+140',fill=>'green',
Ddemo.pl66 $example->Annotate(text=>'Magick',geometry=>'+0+20',fill=>'gold',
/external/protobuf/src/google/protobuf/io/
Dprinter_unittest.cc225 printer.Annotate("foo", "foo", &descriptor_1); in TEST()
226 printer.Annotate("bar", "bar", &descriptor_2); in TEST()
265 printer.Annotate("foo", "foo", &descriptor_1); in TEST()
266 printer.Annotate("bar", "bar", &descriptor_2); in TEST()
301 printer.Annotate("foo", "bar", &descriptor); in TEST()
326 printer.Annotate("baz", "bam", &descriptor); in TEST()
350 printer.Annotate("bar", "bar", &descriptor); in TEST()
438 EXPECT_DEBUG_DEATH(printer.Annotate("foo", "foo", &descriptor), "multiple"); in TEST()
453 EXPECT_DEBUG_DEATH(printer.Annotate("bar", "foo", &descriptor), "negative"); in TEST()
468 EXPECT_DEBUG_DEATH(printer.Annotate("bar", "bar", &descriptor), in TEST()
Dprinter.h182 void Annotate(const char* varname, const SomeDescriptor* descriptor) { in Annotate() function
183 Annotate(varname, varname, descriptor); in Annotate()
191 void Annotate(const char* begin_varname, const char* end_varname, in Annotate() function
200 Annotate(begin_varname, end_varname, descriptor->file()->name(), path); in Annotate()
290 void Annotate(const char* begin_varname, const char* end_varname,
Dprinter.cc89 void Printer::Annotate(const char* begin_varname, const char* end_varname, in Annotate() function in google::protobuf::io::Printer
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
D__init__.py49 def Annotate(f): function
61 annotated_grouping = symbol_type.Annotate(children)
67 annotated_symbol = symbol_type.Annotate(node.type, children)
Dimport_statement.py25 def Annotate(cls, symbol_type, children): member in DottedName
60 def Annotate(cls, symbol_type, children): member in AsName
163 def Annotate(cls, symbol_type, children): member in ImportName
223 def Annotate(cls, symbol_type, children): member in ImportFrom
Dclass_definition.py17 def Annotate(cls, symbol_type, children): member in Class
Dfunction_definition.py17 def Annotate(cls, symbol_type, children): member in Function
Dreference.py20 def Annotate(cls, nodes): member in Reference
/external/compiler-rt/lib/tsan/rtl/
Dtsan.syms.extra12 Annotate*
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dmodule.py14 self._snippet = annotated_symbol.Annotate(f)
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go988 func Annotate(file *FileDescriptor, path string, atoms ...interface{}) *AnnotatedAtoms { func
1371 g.P("type ", Annotate(enum.file, enum.path, ccTypeName), " int32", deprecatedEnum)
1384 g.P(Annotate(enum.file, etorPath, name), " ", ccTypeName, " = ", e.Number, " ", deprecatedValue)
1807 …g.P(f.comment, Annotate(mc.message.file, f.fullPath, f.goName), "\t", f.goType, "\t`", f.tags, "`"…
1821 …g.P("func (m *", mc.goName, ") ", Annotate(mc.message.file, f.fullPath, f.getterName), "() "+tname…
1910 g.P(comment, Annotate(mc.message.file, f.fullPath, f.goName), " ", f.goType, " `", f.tags, "`")
1923 g.P("type ", Annotate(mc.message.file, sf.fullPath, sf.oneofTypeName), " struct {")
1924 g.P(Annotate(mc.message.file, sf.fullPath, sf.goName), " ", sf.goType, " `", sf.tags, "`")
1933 …g.P("func (m *", mc.goName, ") ", Annotate(mc.message.file, f.fullPath, f.getterName), "() ", f.go…
1943 …g.P("func (m *", mc.goName, ") ", Annotate(mc.message.file, sf.fullPath, sf.getterName), "() "+sf.…
[all …]
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.cc418 printer->Annotate("enumname", it->second); in Print()
426 printer->Annotate("classname", it->second); in Print()
931 printer->Annotate("classname", it->second); in GenerateMessageForwardDeclarations()
Dcpp_enum.cc87 printer->Annotate("enumbase", descriptor_); in GenerateDefinition()
/external/tensorflow/tensorflow/lite/g3doc/r2/convert/
Dconcrete_function.md38 ### Annotate functions with `tf.function`
195 2. Annotate the model with `tf.function` as seen below.
/external/python/cpython3/Doc/library/
Dpickletools.rst56 Annotate each line with a short opcode description.
/external/ImageMagick/www/source/
Dexamples.pl66 $example->Annotate(text=>'Magick',geometry=>'+0+20',font=>'Generic.ttf',
/external/llvm/lib/Target/Sparc/
DSparcCallingConv.td94 // - Annotate integer arguments with zeroext or signext attributes.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcCallingConv.td94 // - Annotate integer arguments with zeroext or signext attributes.

12