Searched refs:caption (Results 1 - 25 of 72) sorted by relevance

123

/external/opencv3/samples/cpp/tutorial_code/ImgProc/
H A DSmoothing.cpp26 int display_caption( const char* caption );
88 int display_caption( const char* caption )
91 putText( dst, caption,
/external/v8/src/
H A Dcounters.cc64 #define HR(name, caption, min, max, num_buckets) \
65 name##_ = Histogram(#caption, min, max, num_buckets, isolate);
69 #define HT(name, caption, max, res) \
70 name##_ = HistogramTimer(#caption, 0, max, HistogramTimer::res, 50, isolate);
74 #define AHT(name, caption) \
75 name##_ = AggregatableHistogramTimer(#caption, 0, 10000000, 50, isolate);
79 #define HP(name, caption) \
80 name##_ = Histogram(#caption, 0, 101, 100, isolate);
91 #define HM(name, caption) \
92 name##_ = Histogram(#caption, 100
[all...]
H A Dcounters.h1062 #define HR(name, caption, min, max, num_buckets) \
1067 #define HT(name, caption, max, res) \
1072 #define AHT(name, caption) \
1077 #define HP(name, caption) \
1082 #define HM(name, caption) \
1088 #define HM(name, caption) \
1095 #define SC(name, caption) \
1132 #define RATE_ID(name, caption, max, res) k_##name,
1135 #define AGGREGATABLE_ID(name, caption) k_##name,
1138 #define PERCENTAGE_ID(name, caption) k
[all...]
/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...]
H A DAndroid.mk30 caption.c\
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffpushbutton.cpp111 CXFA_Caption caption = m_pDataAcc->GetCaption(); local
113 if (CXFA_Margin mgCap = caption.GetMargin()) {
139 CXFA_Caption caption = m_pDataAcc->GetCaption(); local
140 if (caption.IsExistInXML() &&
141 caption.GetPresence() != XFA_ATTRIBUTEENUM_Hidden) {
177 CXFA_Caption caption = m_pDataAcc->GetCaption(); local
178 if (caption.IsExistInXML() &&
179 caption.GetPresence() == XFA_ATTRIBUTEENUM_Visible) {
H A Dxfa_fffield.cpp187 CXFA_Caption caption = m_pDataAcc->GetCaption(); local
188 if (caption.IsExistInXML() &&
189 caption.GetPresence() != XFA_ATTRIBUTEENUM_Hidden) {
190 iCapPlacement = (XFA_ATTRIBUTEENUM)caption.GetPlacementType();
196 fCapReserve = caption.GetReserve();
235 CapLeftRightPlacement(caption, rtWidget, iCapPlacement);
241 CapTopBottomPlacement(caption, rtWidget, iCapPlacement);
248 CapLeftRightPlacement(caption, rtWidget, iCapPlacement);
254 CapTopBottomPlacement(caption, rtWidget, iCapPlacement);
271 void CXFA_FFField::CapTopBottomPlacement(CXFA_Caption caption, argument
298 CapLeftRightPlacement(CXFA_Caption caption, const CFX_RectF& rtWidget, int32_t iCapPlacement) argument
661 CXFA_Caption caption = m_pDataAcc->GetCaption(); local
[all...]
H A Dxfa_ffcheckbutton.cpp95 CXFA_Caption caption = m_pDataAcc->GetCaption(); local
96 if (caption.IsExistInXML() && caption.GetPresence()) {
99 iCapPlacement = caption.GetPlacementType();
100 fCapReserve = caption.GetReserve();
117 CXFA_Margin mgCap = caption.GetMargin();
H A Dxfa_fffield.h73 void CapTopBottomPlacement(CXFA_Caption caption,
76 void CapLeftRightPlacement(CXFA_Caption caption,
H A Dxfa_ffwidgetacc.cpp128 CXFA_Caption caption = pAcc->GetCaption(); local
129 if (caption.IsExistInXML() &&
130 caption.GetPresence() != XFA_ATTRIBUTEENUM_Hidden) {
552 CXFA_Caption caption = GetCaption(); local
553 if (caption) {
554 CXFA_Value capValue = caption.GetValue();
762 CXFA_Caption caption = this->GetCaption();
763 if (!caption.IsExistInXML() ||
764 caption.GetPresence() != XFA_ATTRIBUTEENUM_Visible) {
769 int32_t iCapPlacement = caption
[all...]
/external/guava/
H A Djavadoc-stylesheet.css361 .overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption {
372 caption a:link, caption a:hover, caption a:active, caption
[all...]
/external/libjpeg-turbo/java/doc/
H A Dstylesheet.css361 .overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption {
372 caption a:link, caption a:hover, caption a:active, caption
[all...]
/external/icu/icu4j/
H A Dstylesheet7.css374 .overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption {
385 caption a:link, caption a:hover, caption a:active, caption
[all...]
/external/opencv3/modules/ts/misc/
H A Dtable_formatter.py14 def __init__(self, caption, title = None, props = None):
15 self.text = caption
37 def __init__(self, caption = None):
41 self.caption = caption
58 def newColumn(self, name, caption, title = None, **properties):
63 if isinstance(caption, tblColumn):
64 caption.index = index
65 self.columns[name] = caption
66 return caption
[all...]
H A Dxls-report.py262 for (w, caption) in [
271 sheet.write_merge(row, row + 1, col, col, caption, header_style)
273 sheet.write(row, col, caption, header_style)
293 caption = comp['to'] + '\nvs\n' + comp['from']
295 sheet.write_merge(row, row + 1, col, col, caption, header_style)
297 sheet.write(row, col, caption, header_style)
/external/webrtc/webrtc/examples/peerconnection/client/
H A Dmain_wnd.h52 virtual void MessageBox(const char* caption, const char* text,
92 virtual void MessageBox(const char* caption, const char* text,
/external/ImageMagick/www/api/
H A Dannotate.php140 <p>FormatMagickCaption() formats a caption so that it fits within the image width. It returns the number of lines in the formatted caption.</p>
146 const MagickBooleanType split,TypeMetric *metrics,char **caption,
164 <dt>caption</dt>
165 <p>the caption.</p>
/external/webrtc/webrtc/examples/peerconnection/client/linux/
H A Dmain_wnd.h40 virtual void MessageBox(const char* caption, const char* text,
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DTooltip.css3 body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; }
/external/opencv3/samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/
H A DTutorial3Activity.java165 String caption = Integer.valueOf(resolution.width).toString() + "x" + Integer.valueOf(resolution.height).toString();
166 Toast.makeText(this, caption, Toast.LENGTH_SHORT).show();
/external/v8/src/extensions/
H A Dstatistics-extension.cc82 #define ADD_COUNTER(name, caption) \
/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/llvm/docs/_ocamldoc/
H A Dstyle.css7 form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
/external/nanopb-c/docs/
H A Dlsr.css197 table.docutils caption {

Completed in 1387 milliseconds

123