OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:label_pos
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/docs/html/guide/topics/graphics/
hardware-accel.jd
266
.tblGenFixed, .tblGeneric{font-size:15px}.tblGenFixed td {padding:0 3px;letter-spacing:0;word-spacing:0;background-color:#fff;z-index:1;border-top:0px none;border-left:0px none;border-bottom:1px solid #CCC;border-right:1px solid #CCC;} .dn {display:none} .tblGenFixed td.s0 {background-color:white;border-top:1px solid #CCC;border-left:1px solid #CCC;} .tblGenFixed td.s1 {background-color:#434343;color:#ffffff;text-align:center;border-top:1px solid #CCC;} .tblGenFixed td.s3 {background-color:white;color:#000000;text-align:center;} .tblGenFixed td.s5 {background-color:#434343;color:#ffffff;text-align:left;border-left:1px solid #CCC;} .tblGenFixed td.
label_pos
{background-color:white;font-family:courier new,monospace;color:#000000;text-align:right;border-left:1px solid #CCC;} .tblGenFixed td.label_neg {background-color:#ececec;font-family:courier new,monospace;color:#000000;text-align:right;border-left:1px solid #CCC;} .tblGenFixed td.value_pos {background-color:white;color:#000000;text-align:center;} .tblGenFixed td.value_neg {background-color:#ececec;color:#980000;text-align:center;}
282
<td class="
label_pos
">drawBitmapMesh() (colors array)</td>
290
<td class="
label_pos
">drawPosText()</td>
294
<td class="
label_pos
">drawTextOnPath()</td>
302
<td class="
label_pos
">setDrawFilter()</td>
306
<td class="
label_pos
">clipPath()</td>
310
<td class="
label_pos
">clipRegion()</td>
314
<td class="
label_pos
">clipRect(Region.Op.XOR)</td>
318
<td class="
label_pos
">clipRect(Region.Op.Difference)</td>
322
<td class="
label_pos
">clipRect(Region.Op.ReverseDifference)</td
[
all
...]
/cts/tools/dasm/src/java_cup/
production.java
296
Integer
label_pos
;
local
301
label_pos
= (Integer)label_map.get(id_str);
304
if (
label_pos
== null) return id_str;
310
if (
label_pos
.intValue() == -1)
319
if (
label_pos
.intValue() > act_pos)
334
offset = (act_pos -
label_pos
.intValue())-1;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py
86
def check_positions(scale, scale_pos, label,
label_pos
):
88
self.assertEqual(label.place_info()['anchor'],
label_pos
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py
86
def check_positions(scale, scale_pos, label,
label_pos
):
88
self.assertEqual(label.place_info()['anchor'],
label_pos
)
Completed in 879 milliseconds