/external/pdfium/third_party/freetype/src/truetype/ |
ttgxvar.c | [all...] |
ttdriver.c | 339 /* glyph loading process (e.g., whether the outline */ 341 /* whether to hint the outline, etc). */ 395 /* now load the glyph outline if necessary */ 399 /* slot->outline.dropout_mode = 2; */
|
/external/chromium-trace/catapult/third_party/polymer/components/core-icon-button/ |
core-icon-button.css | 30 :host(.outline) { 48 :host(.core-dark-theme.outline) {
|
/external/chromium-trace/catapult/third_party/polymer/components/paper-action-dialog/ |
paper-input-decorator.css | 13 outline: none; 38 outline: none;
|
/external/chromium-trace/catapult/third_party/polymer/components/paper-input/ |
paper-input-decorator.css | 13 outline: none; 38 outline: none;
|
/external/freetype/include/internal/ |
fttrace.h | 32 FT_TRACE_DEF( outline ) /* outline management (ftoutln.c) */
|
/external/freetype/src/cff/ |
cf2font.h | 82 CF2_OutlineRec outline; /* freetype glyph outline functions */ member in struct:CF2_FontRec_
|
/external/freetype/src/raster/ |
ftraster.c | 79 /* Converting an outline into a bitmap is achieved in several steps: */ 81 /* 1 - Decomposing the outline into successive `profiles'. Each */ 99 /* The outline data is parsed during step 1 only. The profiles are */ 117 /* a change of direction is detected in the outline, a new profile is */ 118 /* generated until the end of the outline. */ 483 Int numTurns; /* number of Y-turns in outline */ 509 FT_Outline outline; member in struct:black_TWorker_ 3136 const FT_Outline* outline = (const FT_Outline*)params->source; local [all...] |
/external/pdfium/third_party/freetype/include/freetype/internal/ |
fttrace.h | 32 FT_TRACE_DEF( outline ) /* outline management (ftoutln.c) */
|
/external/pdfium/third_party/freetype/src/cff/ |
cf2font.h | 82 CF2_OutlineRec outline; /* freetype glyph outline functions */ member in struct:CF2_FontRec_
|
/external/pdfium/third_party/freetype/src/raster/ |
ftraster.c | 79 /* Converting an outline into a bitmap is achieved in several steps: */ 81 /* 1 - Decomposing the outline into successive `profiles'. Each */ 99 /* The outline data is parsed during step 1 only. The profiles are */ 117 /* a change of direction is detected in the outline, a new profile is */ 118 /* generated until the end of the outline. */ 485 Int numTurns; /* number of Y-turns in outline */ 511 FT_Outline outline; member in struct:black_TWorker_ 3136 const FT_Outline* outline = (const FT_Outline*)params->source; local [all...] |
/external/sfntly/cpp/src/sfntly/ |
tag.h | 42 // TrueType outline tables 49 // PostScript outline tables
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlineDragListener.java | 29 /** Drag listener for the outline page */ 58 // The selection logic for the outline is much simpler than in the canvas,
|
/external/bison/etc/ |
README | 37 mode: outline
|
/external/chromium-trace/catapult/systrace/systrace/ |
prefix.html | 25 outline: none;
|
/external/chromium-trace/catapult/third_party/polymer/components/core-transition/ |
core-transition-overlay.css | 9 outline: none;
|
/external/freetype/include/ |
ftsynth.h | 72 /* Slant an outline glyph to the right by about 12 degrees. */
|
/external/freetype/src/truetype/ |
ttdriver.c | 339 /* glyph loading process (e.g., whether the outline */ 341 /* whether to hint the outline, etc). */ 395 /* now load the glyph outline if necessary */ 399 /* slot->outline.dropout_mode = 2; */
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
CssSchema.java | 402 builder.put("-moz-outline", mozOutline); 407 builder.put("-moz-outline-color", mozOutlineColor); 411 builder.put("-moz-outline-style", mozOutlineStyle); 415 builder.put("-moz-outline-width", mozOutlineWidth); [all...] |
/external/pdfium/third_party/freetype/include/freetype/ |
ftsynth.h | 72 /* Slant an outline glyph to the right by about 12 degrees. */
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
ColorDrawable.java | 226 public void getOutline(@NonNull Outline outline) { 227 outline.setRect(getBounds()); 228 outline.setAlpha(getAlpha() / 255.0f);
|
/frameworks/base/libs/hwui/ |
RenderNode.h | 215 const Outline& outline = properties().getOutline(); local 218 || (outline.getShouldClip() && outline.isEmpty())
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ViewPagerTabs.java | 21 import android.graphics.Outline; 70 public void getOutline(View view, Outline outline) { 71 outline.setRect(0, 0, view.getWidth(), view.getHeight());
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
BubbleTextView.java | 127 // In this case, we have already created the pressed outline on ACTION_DOWN, 191 * Returns a new bitmap to be used as the object outline, e.g. to visualize the drop location. 215 // So that the pressed outline is visible immediately when isPressed() is true, 236 // destroy the pressed outline
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
ViewPagerTabs.java | 21 import android.graphics.Outline; 136 public void getOutline(View view, Outline outline) { 137 outline.setRect(0, 0, view.getWidth(), view.getHeight());
|