Searched refs:Annotate (Results 1 - 25 of 29) sorted by relevance

12

/external/ImageMagick/PerlMagick/demo/
H A Dannotate.pl23 $label->Annotate(text=>"North West",gravity=>"NorthWest",x=>$x,y=>$y,
25 $label->Annotate(text=>"North",gravity=>"North",y=>$y,rotate=>$angle);
26 $label->Annotate(text=>"North East",gravity=>"NorthEast",x=>$x,y=>$y,
28 $label->Annotate(text=>"West",gravity=>"West",x=>$x,rotate=>$angle);
29 $label->Annotate(text=>"Center",gravity=>"Center",rotate=>$angle);
30 $label->Annotate(text=>"East",gravity=>"East",x=>$x,rotate=>$angle);
31 $label->Annotate(text=>"South West",gravity=>"SouthWest",x=>$x,y=>$y,
33 $label->Annotate(text=>"South",gravity=>"South",y=>$y,rotate=>$angle);
34 $label->Annotate(text=>"South East",gravity=>"SouthEast",x=>$x,y=>$y,
H A Dshadow-text.pl9 $image->Annotate(font=>'Generic.ttf',fill=>'rgba(100,100,100,0.8)',
12 $image->Annotate(font=>'Generic.ttf',fill=>'red',stroke=>'blue',pointsize=>60,
H A Dbutton.pl12 $q->Annotate(text=>'Push Me',font=>'Generic.ttf',fill=>'black',
H A Dshapes.pl28 $image->Annotate(fill=>'red',geometry=>'+150+20',font=>'Generic.ttf',
30 $image->Annotate(fill=>'blue',geometry=>'+150+38',font=>'Generic.ttf',
32 $image->Annotate(fill=>'black',geometry=>'+280+120',font=>'Generic.ttf',
H A Dannotate_words.pl10 # arguments as you would for Annotate(), to determine the location of the
32 $image->Annotate(
H A Dpiddle.pl62 $image->Annotate(text=>'This is a test!',geometry=>'+30+140',
H A Ddemo.pl63 print "Annotate...\n";
65 $example->Label('Annotate');
66 $example->Annotate(text=>'Magick',geometry=>'+0+20',font=>'Generic.ttf',
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
H A D__init__.py14 'Annotate',
27 # Annotated Symbols have an Annotate classmethod that takes a symbol type and
41 # parse tree. To work around this, some annotated Symbols have an Annotate
49 def Annotate(f): function
61 annotated_grouping = symbol_type.Annotate(children)
67 annotated_symbol = symbol_type.Annotate(node.type, children)
H A Dclass_definition.py19 def Annotate(cls, symbol_type, children): member in class:Class
H A Dfunction_definition.py19 def Annotate(cls, symbol_type, children): member in class:Function
H A Dimport_statement.py25 def Annotate(cls, symbol_type, children): member in class:DottedName
59 def Annotate(cls, symbol_type, children): member in class:AsName
158 def Annotate(cls, symbol_type, children): member in class:ImportName
218 def Annotate(cls, symbol_type, children): member in class:ImportFrom
H A Dreference.py20 def Annotate(cls, nodes): member in class:Reference
/external/protobuf/src/google/protobuf/io/
H A Dprinter.h113 // printer.Annotate("name", person_);
120 // Annotate can only examine variables substituted during the last call to
128 // variable. For example, the Annotate call above is equivalent to this one:
130 // printer.Annotate("name", "name", person_);
140 // printer.Annotate("first", "last", person_);
159 // printer.Annotate("function", "rmark", call_);
182 void Annotate(const char* varname, const SomeDescriptor* descriptor) { function in class:google::protobuf::io::Printer
183 Annotate(varname, varname, descriptor);
191 void Annotate(const char* begin_varname, const char* end_varname, function in class:google::protobuf::io::Printer
200 Annotate(begin_varnam
[all...]
H A Dprinter_unittest.cc225 printer.Annotate("foo", "foo", &descriptor_1);
226 printer.Annotate("bar", "bar", &descriptor_2);
265 printer.Annotate("foo", "foo", &descriptor_1);
266 printer.Annotate("bar", "bar", &descriptor_2);
301 printer.Annotate("foo", "bar", &descriptor);
326 printer.Annotate("baz", "bam", &descriptor);
350 printer.Annotate("bar", "bar", &descriptor);
438 EXPECT_DEBUG_DEATH(printer.Annotate("foo", "foo", &descriptor), "multiple");
453 EXPECT_DEBUG_DEATH(printer.Annotate("bar", "foo", &descriptor), "negative");
468 EXPECT_DEBUG_DEATH(printer.Annotate("ba
[all...]
H A Dprinter.cc89 void Printer::Annotate(const char* begin_varname, const char* end_varname, function in class:google::protobuf::io::Printer
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
H A Dmodule.py14 self._snippet = annotated_symbol.Annotate(f)
/external/libtextclassifier/
H A Dtext-classifier_test.cc384 EXPECT_THAT(classifier->Annotate(test_string),
502 EXPECT_THAT(classifier->Annotate("call me at (800) 123-456 today"),
711 TEST_P(TextClassifierTest, Annotate) {
720 EXPECT_THAT(classifier->Annotate(test_string),
730 EXPECT_THAT(classifier->Annotate("853 225 3556", options),
732 EXPECT_TRUE(classifier->Annotate("853 225\n3556", options).empty());
736 classifier->Annotate("853 225 3556\n\xf0\x9f\x98\x8b\x8b", options)
759 EXPECT_THAT(classifier->Annotate(test_string),
769 EXPECT_THAT(classifier->Annotate("853 225 3556", options),
771 EXPECT_TRUE(classifier->Annotate("85
[all...]
H A Dtext-classifier.h147 std::vector<AnnotatedSpan> Annotate(
H A Dtextclassifier_jni.cc408 model->Annotate(context_utf8, FromJavaAnnotationOptions(env, options));
H A Dtext-classifier.cc1204 std::vector<AnnotatedSpan> TextClassifier::Annotate( function in class:libtextclassifier2::TextClassifier
1218 // Annotate with the selection model.
1225 // Annotate with the regular expression models.
1232 // Annotate with the datetime model.
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum.cc87 printer->Annotate("enumbase", descriptor_);
H A Dcpp_file.cc418 printer->Annotate("enumname", it->second);
426 printer->Annotate("classname", it->second);
931 printer->Annotate("classname", it->second);
/external/ImageMagick/www/api/
H A Dannotate.php9 <title>ImageMagick: MagickCore, C API for ImageMagick: Annotate an Image</title>
/external/ImageMagick/www/source/
H A Dexamples.pl63 print "Annotate...\n";
65 $example->Label('Annotate');
66 $example->Annotate(text=>'Magick',geometry=>'+0+20',font=>'Generic.ttf',
/external/clang/tools/libclang/
H A DCXCursor.cpp50 case attr::Annotate: return CXCursor_AnnotateAttr;

Completed in 1924 milliseconds

12