Searched defs:caption (Results 1 - 23 of 23) sorted by path

/external/ImageMagick/MagickCore/
H A Dannotate.c576 % FormatMagickCaption() formats a caption so that it fits within the image
577 % width. It returns the number of lines in the formatted caption.
582 % const MagickBooleanType split,TypeMetric *metrics,char **caption,
595 % o caption: the caption.
601 const MagickBooleanType split,TypeMetric *metrics,char **caption,
629 for (p=(*caption); GetUTFCode(p) != 0; p+=GetUTFOctets(p))
661 target=AcquireString(*caption);
662 n=p-(*caption);
663 CopyMagickString(target,*caption,
593 FormatMagickCaption(Image *image,DrawInfo *draw_info, const MagickBooleanType split,TypeMetric *metrics,char **caption, ExceptionInfo *exception) argument
[all...]
H A Dfx.c3970 % const char *caption,const double angle,
3979 % o caption: the Polaroid caption.
3989 const char *caption,const double angle,const PixelInterpolateMethod method,
4020 if (caption != (const char *) NULL)
4042 Generate caption image.
4049 text=InterpretImageProperties(image_info,(Image *) image,caption,
3988 PolaroidImage(const Image *image,const DrawInfo *draw_info, const char *caption,const double angle,const PixelInterpolateMethod method, ExceptionInfo *exception) argument
/external/ImageMagick/MagickWand/
H A Dmagick-image.c7826 % const DrawingWand *drawing_wand,const char *caption,const double angle,
7835 % o caption: the Polaroid caption.
7843 const DrawingWand *drawing_wand,const char *caption,const double angle,
7861 polaroid_image=PolaroidImage(wand->images,draw_info,caption,angle,method,
7685 MagickPolaroidImage(MagickWand *wand, const DrawingWand *drawing_wand,const char *caption,const double angle, const PixelInterpolateMethod method) argument
H A Dmogrify.c2394 *caption;
2415 caption=GetImageProperty(*image,"caption",exception);
2416 mogrify_image=PolaroidImage(*image,draw_info,caption,angle,
3695 "-caption string assign a caption to an image",
4281 if (LocaleCompare("caption",option+1) == 0)
6737 if (LocaleCompare("caption",option+1) == 0)
2389 *caption; local
H A Doperation.c623 if (LocaleCompare("caption",option+1) == 0)
2925 *caption;
2944 caption=GetImageProperty(_image,"caption",_exception);
2945 new_image=PolaroidImage(_image,_draw_info,caption,angle,
2919 *caption; local
/external/ImageMagick/coders/
H A Dcaption.c99 *caption,
141 Format caption.
148 if (LocaleNCompare(option,"caption:",8) == 0)
154 (void) SetImageProperty(image,"caption",property,exception);
156 caption=ConstantString(GetImageProperty(image,"caption",exception));
158 (void) CloneString(&draw_info->text,caption);
166 text=AcquireString(caption);
182 text=AcquireString(caption);
206 if ((fabs(image_info->pointsize) < MagickEpsilon) && (strlen(caption) >
97 *caption, local
[all...]
H A Dpango.c113 *caption,
186 Format caption.
199 (void) SetImageProperty(image,"caption",property,exception);
201 caption=ConstantString(GetImageProperty(image,"caption",exception));
339 pango_layout_set_text(layout,caption,-1);
346 if (pango_parse_markup(caption,-1,0,NULL,NULL,NULL,&error) == 0)
349 pango_layout_set_markup(layout,caption,-1);
392 caption=DestroyString(caption);
111 *caption, local
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DRateLimiterTest.java452 void sleepMicros(String caption, long micros) { argument
454 events.add(caption + String.format("%3.2f", (micros / 1000000.0)));
/external/pdfium/xfa/fxfa/
H A Dcxfa_ffcheckbutton.cpp101 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); local
102 if (caption && caption->IsVisible()) {
104 iCapPlacement = caption->GetPlacementType();
105 fCapReserve = caption->GetReserve();
125 CXFA_Margin* captionMargin = caption ? caption->GetMarginIfExists() : nullptr;
H A Dcxfa_fffield.cpp194 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); local
195 if (caption && !caption->IsHidden()) {
196 iCapPlacement = caption->GetPlacementType();
202 fCapReserve = caption->GetReserve();
234 CXFA_Margin* capMargin = caption ? caption->GetMarginIfExists() : nullptr;
605 CXFA_Caption* caption = m_pNode->GetCaptionIfExists();
606 if (!caption || !caption
[all...]
H A Dcxfa_ffpushbutton.cpp109 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); local
110 CXFA_Margin* captionMargin = caption ? caption->GetMarginIfExists() : nullptr;
140 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); local
141 if (!caption || caption->IsHidden())
176 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); local
177 if (!caption || !caption->IsVisible())
H A Dcxfa_widgetacc.cpp273 CXFA_Caption* caption = pAcc->GetNode()->GetCaptionIfExists();
274 if (!caption || caption->IsHidden())
639 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); local
640 if (!caption || !caption->IsVisible())
646 XFA_AttributeEnum iCapPlacement = caption->GetPlacementType();
647 float fCapReserve = caption->GetReserve();
664 CXFA_Font* font = caption->GetFontIfExists();
681 CXFA_Margin* captionMargin = caption
706 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); local
810 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); local
1146 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); local
[all...]
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_node.cpp1940 CXFA_Caption* caption = GetCaptionIfExists(); local
1941 if (caption) {
1942 CXFA_Value* capValue = caption->GetValueIfExists();
/external/python/cpython2/PC/bdist_wininst/
H A Dinstall.c598 char *text, *caption; local
600 if (!g_PyArg_ParseTuple(args, "ssi", &text, &caption, &flags))
602 rc = MessageBox(GetFocus(), text, caption, flags);
/external/python/cpython3/PC/bdist_wininst/
H A Dinstall.c626 char *text, *caption; local
628 if (!g_PyArg_ParseTuple(args, "ssi", &text, &caption, &flags))
630 rc = MessageBox(GetFocus(), text, caption, flags);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/skia/samplecode/
H A DSampleCCPRGeometry.cpp158 SkString caption; local
161 caption.appendf("RenderPass_%s", GrCCCoverageProcessor::RenderPassName(fRenderPass));
163 caption.appendf(" (%s)", SkCubicTypeName(fCubicType));
166 caption = "Use GPU backend to visualize geometry.";
189 canvas->drawText(caption.c_str(), caption.size(), 10, 30, captionPaint);
/external/skqp/samplecode/
H A DSampleCCPRGeometry.cpp158 SkString caption; local
161 caption.appendf("RenderPass_%s", GrCCCoverageProcessor::RenderPassName(fRenderPass));
163 caption.appendf(" (%s)", SkCubicTypeName(fCubicType));
166 caption = "Use GPU backend to visualize geometry.";
189 canvas->drawText(caption.c_str(), caption.size(), 10, 30, captionPaint);
/external/tensorflow/tensorflow/python/debug/cli/
H A Ddebugger_cli_common.py1082 def __init__(self, caption, content, enabled=True):
1088 caption: (str) caption of the menu item.
1094 self._caption = caption
1099 def caption(self): member in class:MenuItem
1148 return [item.caption for item in self._items]
1150 def caption_to_item(self, caption):
1151 """Get a MenuItem from the caption.
1154 caption: (str) The caption t
[all...]
/external/webrtc/webrtc/examples/peerconnection/client/linux/
H A Dmain_wnd.cc148 void GtkMainWnd::MessageBox(const char* caption, const char* text, argument
154 gtk_window_set_title(GTK_WINDOW(dialog), caption); local
/external/webrtc/webrtc/examples/peerconnection/client/
H A Dmain_wnd.cc191 void MainWnd::MessageBox(const char* caption, const char* text, bool is_error) { argument
196 ::MessageBoxA(handle(), text, caption, flags); local

Completed in 820 milliseconds