HomeSort by relevance Sort by last modified time
    Searched refs:fFont (Results 1 - 16 of 16) sorted by null

  /external/skqp/src/gpu/text/
GrStencilAndCoverTextContext.cpp 306 SkPaint fFont;
317 , fFont(fontAndStroke)
322 SkASSERT(fFont.getTextSize() > 0);
328 fFont.setStyle(SkPaint::kFill_Style);
330 if (fFont.isFakeBoldText() && fStyle.isSimpleFill()) {
333 SkScalar fakeBoldScale = SkScalarInterpFunc(fFont.getTextSize(),
337 SkScalar extra = fFont.getTextSize() * fakeBoldScale;
343 fFont.setFakeBoldText(false);
346 if (!fFont.getPathEffect() && !fStyle.isDashed()) {
349 fTextRatio = fFont.getTextSize() / SkPaint::kCanonicalTextSizeForPaths
    [all...]
GrStencilAndCoverTextContext.h 86 GrAA aa() const { return fFont.isAntiAlias() ? GrAA::kYes : GrAA::kNo; }
96 SkPaint fFont;
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 334 const LEFontInstance *fFont;
684 return fFont;
714 return fFont->getAscent();
719 return fFont->getDescent();
724 return fFont->getLeading();
728 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
734 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
741 : fFont(font), fDirection(direction), fGlyphCount(glyphCount),
  /external/skqp/tools/
sk_tool_utils_font.cpp 39 fontData = &sub->fFont;
55 fontData = &sub->fFont;
test_font_index.inc 66 SkTestFontData& fFont;
  /external/icu/icu4c/source/samples/layout/
Surface.cpp 14 SelectObject(fHdc, gFont->fFont);
GDIFontInstance.h 61 HFONT fFont;
114 return fFont;
GDIFontInstance.cpp 111 : FontTableCache(), fSurface(surface), fFont(NULL),
160 fFont = CreateFontIndirect(&lf);
162 if (fFont == NULL) {
167 SelectObject(hdc, fFont);
196 : FontTableCache(), fSurface(surface), fFont(NULL),
248 fFont = CreateFontIndirectA(&lf);
250 if (fFont == NULL) {
255 SelectObject(hdc, fFont);
314 if (fFont != NULL) {
316 DeleteObject(fFont);
    [all...]
  /external/skia/tools/fonts/
sk_tool_utils_font.cpp 41 fontData = &sub->fFont;
57 fontData = &sub->fFont;
test_font_index.inc 66 SkTestFontData& fFont;
  /external/skia/src/ports/
SkFontHost_win.cpp 423 fFont = 0;
441 fFont = font;
450 HFONT fFont;
470 SelectObject(fDC, fFont);
572 HFONT fFont;
617 , fFont(0)
667 fFont = CreateFontIndirect(&lf);
668 if (!fFont) {
672 fSavefont = (HFONT)SelectObject(fDDC, fFont);
760 fOffscreen.init(fFont, xform)
    [all...]
  /external/skqp/src/ports/
SkFontHost_win.cpp 423 fFont = 0;
441 fFont = font;
450 HFONT fFont;
470 SelectObject(fDC, fFont);
572 HFONT fFont;
617 , fFont(0)
667 fFont = CreateFontIndirect(&lf);
668 if (!fFont) {
672 fSavefont = (HFONT)SelectObject(fDDC, fFont);
760 fOffscreen.init(fFont, xform)
    [all...]
  /external/skia/src/core/
SkTextBlob.cpp 128 RunFont fFont;
139 : fFont(font)
161 return fFont;
291 RunFont fFont;
  /external/skqp/src/core/
SkTextBlob.cpp 128 RunFont fFont;
139 : fFont(font)
161 return fFont;
291 RunFont fFont;
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 829 milliseconds