HomeSort by relevance Sort by last modified time
    Searched defs:outline (Results 51 - 75 of 101) sorted by null

1 23 4 5

  /external/chromium_org/third_party/freetype/src/psaux/
psobjs.c 1604 FT_Outline* outline = builder->current; local
1642 FT_Outline* outline = builder->current; local
1702 FT_Outline* outline = builder->current; local
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.cpp 343 FT_Outline* outline = &face->glyph->outline; local
354 FT_Outline_Get_CBox(outline, &bbox);
363 FT_Outline_Translate(outline, dx - ((bbox.xMin + dx) & ~63),
386 FT_Outline_Get_Bitmap(face->glyph->library, outline, &target);
557 FT_Error err = FT_Outline_Decompose(&face->glyph->outline, &funcs, path);
  /external/freetype/src/psaux/
psobjs.c 1606 FT_Outline* outline = builder->current; local
1644 FT_Outline* outline = builder->current; local
1704 FT_Outline* outline = builder->current; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
psobjs.c 1606 FT_Outline* outline = builder->current; local
1644 FT_Outline* outline = builder->current; local
1704 FT_Outline* outline = builder->current; local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 343 FT_Outline* outline = &face->glyph->outline; local
354 FT_Outline_Get_CBox(outline, &bbox);
363 FT_Outline_Translate(outline, dx - ((bbox.xMin + dx) & ~63),
386 FT_Outline_Get_Bitmap(face->glyph->library, outline, &target);
557 FT_Error err = FT_Outline_Decompose(&face->glyph->outline, &funcs, path);
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_util.js 308 Rect.outline = function(context, rect) {
  /frameworks/base/libs/hwui/
RenderNode.cpp 688 // intersect the outline with the reveal clip, if present
696 // intersect the outline with the clipBounds, if present
879 const Outline& outline = properties().getOutline(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 142 // Ensure that the outline is back to showing the current selection, since during
783 // Update outline to show the target node there
784 OutlinePage outline = mCanvas.getOutlinePage(); local
798 ISelection currentSelection = outline.getSelection();
800 outline.setSelection(newSelection);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSMetadata.js 175 "fill", "outline", "outline-color", "stroke", "text-shadow", "-webkit-box-shadow", "-webkit-column-rule-color",
248 "outline-color": { values: [
251 "outline-style": { values: [
363 "outline": { values: [
393 "outline-width": { values: [
675 "outline-offset": { m: "ui" },
823 "outline": 10,
824 "outline-color": 10,
825 "outline-style": 10
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 88 if ( error || face->glyph->outline.n_points <= 0 )
106 error = af_glyph_hints_reload( hints, &face->glyph->outline );
227 FT_Outline outline; local
265 outline = face->glyph->outline;
266 if ( error || outline.n_points <= 0 )
270 points = outline.points;
282 for ( nn = 0; nn < outline.n_contours; first = last + 1, nn++ )
288 last = outline.contours[nn];
292 /* which are way outside of the glyph's real outline. *
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.c 272 builder->base = &loader->base.outline;
273 builder->current = &loader->current.outline;
319 glyph->root.outline = *builder->base;
487 FT_Outline* outline = builder->current; local
492 FT_Vector* point = outline->points + outline->n_points;
493 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points;
514 outline->n_points++;
539 FT_Outline* outline = builder->current local
589 FT_Outline* outline = builder->current; local
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h 203 FT_Outline* outline; member in struct:PSH_GlyphRec_
235 FT_Outline* outline,
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 352 FT_Outline* outline; local
371 cont = gloader->current.outline.contours;
450 outline = &gloader->current.outline;
453 flag = (FT_Byte*)outline->tags;
480 vec = outline->points;
482 flag = (FT_Byte*)outline->tags;
519 vec = gloader->current.outline.points;
521 flag = (FT_Byte*)outline->tags;
553 outline->n_points = (FT_UShort)n_points
864 FT_Outline* outline; local
1178 FT_Outline* outline; local
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_base.cc 316 // Paint the button's outline and fill the middle
317 SkPath outline; local
320 outline.moveTo(rect.x() + 0.5, rect.y() + rect.height() + 0.5);
321 outline.rLineTo(0, -(rect.height() - 2));
322 outline.rLineTo(2, -2);
323 outline.rLineTo(rect.width() - 5, 0);
324 outline.rLineTo(2, 2);
325 outline.rLineTo(0, rect.height() - 2);
328 outline.moveTo(rect.x() + 0.5, rect.y() - 0.5);
329 outline.rLineTo(0, rect.height() - 2)
    [all...]
  /external/freetype/src/autofit/
afcjk.c 145 if ( error || face->glyph->outline.n_points <= 0 )
163 error = af_glyph_hints_reload( hints, &face->glyph->outline );
271 FT_Outline outline; local
352 outline = face->glyph->outline;
353 if ( error || outline.n_points <= 0 )
360 points = outline.points;
370 for ( nn = 0; nn < outline.n_contours; first = last + 1, nn++ )
375 last = outline.contours[nn];
379 /* which are way outside of the glyph's real outline. *
    [all...]
  /external/freetype/src/cff/
cffgload.c 272 builder->base = &loader->base.outline;
273 builder->current = &loader->current.outline;
319 glyph->root.outline = *builder->base;
483 FT_Outline* outline = builder->current; local
488 FT_Vector* point = outline->points + outline->n_points;
489 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points;
510 outline->n_points++;
535 FT_Outline* outline = builder->current local
585 FT_Outline* outline = builder->current; local
    [all...]
  /external/freetype/src/pshinter/
pshalgo.h 203 FT_Outline* outline; member in struct:PSH_GlyphRec_
235 FT_Outline* outline,
  /external/freetype/src/truetype/
ttgload.c 350 FT_Outline* outline; local
369 cont = gloader->current.outline.contours;
455 outline = &gloader->current.outline;
458 flag = (FT_Byte*)outline->tags;
485 vec = outline->points;
487 flag = (FT_Byte*)outline->tags;
524 vec = gloader->current.outline.points;
526 flag = (FT_Byte*)outline->tags;
558 outline->n_points = (FT_UShort)n_points
862 FT_Outline* outline; local
1176 FT_Outline* outline; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffgload.c 272 builder->base = &loader->base.outline;
273 builder->current = &loader->current.outline;
319 glyph->root.outline = *builder->base;
487 FT_Outline* outline = builder->current; local
492 FT_Vector* point = outline->points + outline->n_points;
493 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points;
514 outline->n_points++;
539 FT_Outline* outline = builder->current local
589 FT_Outline* outline = builder->current; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.h 203 FT_Outline* outline; member in struct:PSH_GlyphRec_
235 FT_Outline* outline,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgload.c 353 FT_Outline* outline; local
372 cont = gloader->current.outline.contours;
451 outline = &gloader->current.outline;
452 if (outline->tags == NULL) {
453 FT_TRACE0(( "TT_Load_Simple_Glyph: Outline->tags = NULL!\n" ));
458 flag = (FT_Byte*)outline->tags;
485 vec = outline->points;
487 flag = (FT_Byte*)outline->tags;
524 vec = gloader->current.outline.points
869 FT_Outline* outline; local
1187 FT_Outline* outline; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 135 /** The XML editor outline */
138 /** Multiplexing outline, used for multi-page editors that have their own outline */
144 * outline rather than the multi-outline. See the {@link #delegateGetAdapter}
531 // Somebody has requested the outline. Eclipse can only have a single outline page,
535 // outline which switches its contents between the outline pages we register
538 // There is one complication: The XML editor outline listens for the edito
620 IContentOutlinePage outline; local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 704 Bitmap outline; local
763 // Don't clip alpha values for the drag outline if we're using the default widget preview
767 // Save the preview for the outline generation, then dim the preview
768 outline = Bitmap.createScaledBitmap(preview, preview.getWidth(), preview.getHeight(),
773 mLauncher.getWorkspace().onDragStartedWithItem(createItemInfo, outline, clipAlpha);
776 outline.recycle();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 623 Bitmap outline; local
671 // Don't clip alpha values for the drag outline if we're using the default widget preview
675 // Save the preview for the outline generation, then dim the preview
676 outline = Bitmap.createScaledBitmap(preview, preview.getWidth(), preview.getHeight(),
681 mLauncher.getWorkspace().onDragStartedWithItem(createItemInfo, outline, clipAlpha);
684 outline.recycle();
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
freetype.h 448 /* i.e., the glyph's metrics, its image (bitmap or outline), and */
1631 FT_Outline outline; member in struct:FT_GlyphSlotRec_
    [all...]

Completed in 860 milliseconds

1 23 4 5