OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outline
(Results
226 - 250
of
743
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/fonttools/Lib/fontTools/pens/
basePen.py
6
it is a middle man between an
outline
and a drawing. In other words:
7
it is an abstraction for drawing outlines, making sure that
outline
objects
13
outline
.draw(pen) # '
outline
' draws itself onto 'pen'
16
new outlines. Eg. an
outline
object can be both a drawable object (it has a
17
draw() method) as well as a pen itself: you *build* an
outline
using pen
/external/freetype/src/autofit/
aflatin.c
139
if ( error || face->glyph->
outline
.n_points <= 0 )
157
error = af_glyph_hints_reload( hints, &face->glyph->
outline
);
270
FT_Outline
outline
;
local
364
outline
= face->glyph->
outline
;
366
if ( error ||
outline
.n_points <= 2 )
373
points =
outline
.points;
385
for ( nn = 0; nn <
outline
.n_contours; first = last + 1, nn++ )
391
last =
outline
.contours[nn];
395
/* that are way outside of the glyph's real
outline
. *
[
all
...]
afcjk.h
119
FT_Outline*
outline
,
/external/freetype/src/cff/
cf2font.c
469
cf2_outline_reset( &font->
outline
);
471
/* build the
outline
, passing the full translation */
474
(CF2_OutlineCallbacks)&font->
outline
,
488
if ( font->
outline
.root.windingMomentum >= 0 ) /* CFF is CCW */
498
/* finish storing client
outline
*/
499
cf2_outline_close( &font->
outline
);
/external/pdfium/third_party/freetype/src/cff/
cf2font.c
469
cf2_outline_reset( &font->
outline
);
471
/* build the
outline
, passing the full translation */
474
(CF2_OutlineCallbacks)&font->
outline
,
488
if ( font->
outline
.root.windingMomentum >= 0 ) /* CFF is CCW */
498
/* finish storing client
outline
*/
499
cf2_outline_close( &font->
outline
);
/hardware/bsp/intel/peripheral/libupm/src/lcd/
eboled.h
256
* @param color
outline
is COLOR_WHITE, COLOR_BLACK or COLOR_XOR
268
* @param color
outline
is COLOR_WHITE, COLOR_BLACK or COLOR_XOR
292
* @param color
outline
is COLOR_WHITE, COLOR_BLACK or COLOR_XOR
315
* @param color
outline
is COLOR_WHITE, COLOR_BLACK or COLOR_XOR
326
* @param color
outline
is COLOR_WHITE, COLOR_BLACK or COLOR_XOR
336
* @param color
outline
is COLOR_WHITE, COLOR_BLACK or COLOR_XOR
/external/webrtc/webrtc/modules/desktop_capture/win/
cursor.cc
54
// Expands the cursor shape to add a white
outline
for visibility against
60
// neighbor pixels to see if this should be changed to an
outline
pixel.
217
// with black. In this case, we also add an
outline
around the cursor
/frameworks/base/docs/html/sdk/api_diff/21/changes/
pkg_android.graphics.html
84
<A NAME="
Outline
"></A>
85
<nobr><A HREF="../../../../reference/android/graphics/
Outline
.html" target="_top"><code>
Outline
</code></A></nobr>
/frameworks/base/docs/html/sdk/api_diff/24/changes/
pkg_android.graphics.html
134
<A NAME="
Outline
"></A>
135
<nobr><A HREF="android.graphics.
Outline
.html">
Outline
</A></nobr>
/frameworks/base/docs/html-intl/intl/es/training/material/
shadows-clipping.jd
114
{@link android.graphics.
Outline
}. El proveedor de contornos predeterminado para las
126
{@link android.graphics.
Outline
#canClip
Outline
.canClip()}.</p>
/frameworks/base/docs/html-intl/intl/in/training/material/
shadows-clipping.jd
114
kelas {@link android.graphics.
Outline
}. Penyedia garis luar default untuk tampilan memperoleh garis luar
126
metode {@link android.graphics.
Outline
#canClip
Outline
.canClip()}.</p>
/frameworks/base/docs/html-intl/intl/pt-br/training/material/
shadows-clipping.jd
114
{@link android.graphics.
Outline
}. O fornecedor de contorno padrão para visualizações obtém o contorno
126
{@link android.graphics.
Outline
#canClip
Outline
.canClip()}.</p>
/frameworks/base/libs/hwui/
CanvasState.cpp
224
void CanvasState::setClippingOutline(LinearAllocator& allocator, const
Outline
*
outline
) {
227
if (!
outline
->getAsRoundRect(&bounds, &radius)) return; // only RR supported
/developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/
template-params.xml
52
<android>android.graphics.
Outline
</android>
/external/bison/
README
42
mode:
outline
/external/bison/data/
README
1
-*-
outline
-*-
/external/chromium-trace/catapult/perf_insights/perf_insights_examples/
trace_viewer.html
39
outline
: none;
/external/chromium-trace/catapult/third_party/polymer/components/core-focusable/
demo.html
43
outline
: none;
/external/chromium-trace/catapult/third_party/polymer/components/paper-dialog/
paper-dialog-transition.css
9
outline
: none;
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
color-handler.js
54
'border-top-color', 'color', '
outline
-color', 'text-decoration-color']);
/external/chromium-trace/catapult/tracing/bin/
index.html
34
outline
: none;
/external/chromium-trace/catapult/tracing/tracing/
trace2html.html
30
'
outline
: none;',
/external/compiler-rt/lib/builtins/arm/
sync-ops.h
10
* This file implements
outline
macros for the __sync_fetch_and_*
/external/freetype/src/truetype/
ttgxvar.h
167
FT_Outline*
outline
,
/external/opencv3/samples/cpp/tutorial_code/ImgTrans/
HoughCircle_Demo.cpp
44
// circle
outline
Completed in 789 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>