HomeSort by relevance Sort by last modified time
    Searched refs:Annotate (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/ImageMagick/PerlMagick/demo/
annotate.pl 23 $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,
39 $image->Write("annotate.miff")
    [all...]
shadow-text.pl 9 $image->Annotate(font=>'Generic.ttf',fill=>'rgba(100,100,100,0.8)',
12 $image->Annotate(font=>'Generic.ttf',fill=>'red',stroke=>'blue',pointsize=>60,
shapes.pl 28 $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',
button.pl 12 $q->Annotate(text=>'Push Me',font=>'Generic.ttf',fill=>'black',
annotate_words.pl 5 # Take the internal string, split it into words and try to annotate each
10 # arguments as you would for Annotate(), to determine the location of the
32 $image->Annotate(
piddle.pl 62 $image->Annotate(text=>'This is a test!',geometry=>'+30+140',
demo.pl 63 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/
__init__.py 14 '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):
61 annotated_grouping = symbol_type.Annotate(children)
67 annotated_symbol = symbol_type.Annotate(node.type, children)
class_definition.py 19 def Annotate(cls, symbol_type, children):
function_definition.py 19 def Annotate(cls, symbol_type, children):
import_statement.py 25 def Annotate(cls, symbol_type, children):
59 def Annotate(cls, symbol_type, children):
158 def Annotate(cls, symbol_type, children):
218 def Annotate(cls, symbol_type, children):
reference.py 20 def Annotate(cls, nodes):
  /external/protobuf/src/google/protobuf/io/
printer.h 113 // 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) {
183 Annotate(varname, varname, descriptor);
191 void Annotate(const char* begin_varname, const char* end_varname,
200 Annotate(begin_varname, end_varname, descriptor->file()->name(), path)
    [all...]
printer_unittest.cc 225 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("bar", "bar", &descriptor)
    [all...]
printer.cc 89 void Printer::Annotate(const char* begin_varname, const char* end_varname,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
printer.h 113 // 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) {
183 Annotate(varname, varname, descriptor);
191 void Annotate(const char* begin_varname, const char* end_varname,
200 Annotate(begin_varname, end_varname, descriptor->file()->name(), path)
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
module.py 14 self._snippet = annotated_symbol.Annotate(f)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrList.inc 31 PARSED_ATTR(Annotate)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrList.inc 31 PARSED_ATTR(Annotate)
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.cc 87 printer->Annotate("enumbase", descriptor_);
cpp_file.cc 418 printer->Annotate("enumname", it->second);
426 printer->Annotate("classname", it->second);
931 printer->Annotate("classname", it->second);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrList.inc 34 INHERITABLE_PARAM_ATTR(Annotate)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrList.inc 34 INHERITABLE_PARAM_ATTR(Annotate)
  /system/tools/aidl/
aidl_language.h 59 void Annotate(AidlAnnotatable::Annotation annotation) {
  /external/ImageMagick/www/api/
annotate.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Annotate an Image</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, annotate, an, image, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
55 <p class="text-center"><a href="annotate.php#AnnotateImage">AnnotateImage</a> &bull; <a href="annotate.php#FormatMagickCaption">FormatMagickCaption</a> &bull; <a href="annotate.php#GetMultilineTypeMetrics">GetMultilineTypeMetrics</a> &bull; <a href="annotate.php#GetTypeMetrics">GetTypeMetrics</a></p>
285 <p><a href="annotate.php#">Back to top</a> ?

Completed in 1853 milliseconds

1 2 3