HomeSort by relevance Sort by last modified time
    Searched refs:pointSize (Results 26 - 50 of 56) sorted by null

12 3

  /external/webkit/Source/WebKit/mac/Misc/
WebStringTruncator.mm 61 FontPlatformData f(font, [font pointSize]);
WebKitNSStringExtras.mm 92 Font webCoreFont(FontPlatformData(font, [font pointSize]), ![nsContext isDrawingToScreen], fontSmoothingIsAllowed ? AutoSmoothing : Antialiased);
137 Font webCoreFont(FontPlatformData(font, [font pointSize]), ![[NSGraphicsContext currentContext] isDrawingToScreen]);
  /external/icu4c/samples/layout/
GnomeFontInstance.h 72 GnomeFontInstance(FT_Library engine, const char *fontPathName, le_int16 pointSize, LEErrorCode &status);
FontMap.cpp 22 FontMap::FontMap(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status)
23 : fPointSize(pointSize), fFontCount(0), fAscent(0), fDescent(0), fLeading(0), fGUISupport(guiSupport)
  /external/icu4c/test/letest/
PortableFontInstance.h 69 PortableFontInstance(const char *fileName, float pointSize, LEErrorCode &status);
PortableFontInstance.cpp 67 PortableFontInstance::PortableFontInstance(const char *fileName, float pointSize, LEErrorCode &status)
68 : fFile(NULL), fPointSize(pointSize), fUnitsPerEM(0), fFontChecksum(0), fAscent(0), fDescent(0), fLeading(0),
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java 209 final float pointSize = interp(MAX_POINT_SIZE, MIN_POINT_SIZE,
221 final float s = pointSize / MAX_POINT_SIZE;
229 canvas.drawCircle(px, py, pointSize, mPaint);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
PointCloud.java 210 final float pointSize = interp(MAX_POINT_SIZE, MIN_POINT_SIZE,
222 final float s = pointSize / MAX_POINT_SIZE;
230 canvas.drawCircle(px, py, pointSize, mPaint);
  /external/webkit/Source/WebCore/platform/mac/
DragImageMac.mm 135 FontPlatformData f(font, [font pointSize]);
159 Font webCoreFont(FontPlatformData(font, [font pointSize]), ![[NSGraphicsContext currentContext] isDrawingToScreen]);
197 Font webCoreFont(FontPlatformData(font, [font pointSize]), ![nsContext isDrawingToScreen], Antialiased);
303 drawDoubledAtPoint(label, NSMakePoint(DragLabelBorderX, imageSize.height - LabelBorderYOffset - [labelFont pointSize]), topColor, bottomColor, labelFont);
PopupMenuMac.mm 173 NSFont* defaultFont = [NSFont systemFontOfSize:[font pointSize]];
ThemeMac.mm 587 fontDescription.setComputedSize([nsFont pointSize] * zoomFactor);
588 fontDescription.setSpecifiedSize([nsFont pointSize] * zoomFactor);
HTMLConverter.mm     [all...]
  /frameworks/base/libs/hwui/
Program.h 160 float pointSize;
203 pointSize = 0.0f;
OpenGLRenderer.h     [all...]
OpenGLRenderer.cpp     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Mesh.java 171 private float pointSize = 1;
497 return pointSize;
508 * @param pointSize The size of points
510 public void setPointSize(float pointSize) {
511 this.pointSize = pointSize;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cocoa/
FontPlatformDataCocoa.mm 133 m_size = [font pointSize];
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 127 size = [nsFont pointSize];
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPopupMenuProxyMac.mm 98 font = [NSFont fontWithDescriptor:fontDescriptor size:((scaleFactor != 1) ? [fontDescriptor pointSize] * scaleFactor : 0)];
  /external/webkit/Source/WebCore/platform/chromium/
ThemeChromiumMac.mm 678 fontDescription.setComputedSize([nsFont pointSize] * zoomFactor);
679 fontDescription.setSpecifiedSize([nsFont pointSize] * zoomFactor);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java     [all...]
LwjglRenderer.java     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 381 NSFont *font = [NSFont fontWithDescriptor:fontDescriptor size:((scaleFactor != 1) ? [fontDescriptor pointSize] * scaleFactor : 0)];
  /external/webkit/Source/WebCore/rendering/
RenderThemeMac.mm 276 cachedDesc->setSpecifiedSize([font pointSize]);
691 fontDescription.setComputedSize([font pointSize] * style->effectiveZoom());
692 fontDescription.setSpecifiedSize([font pointSize] * style->effectiveZoom());
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java     [all...]

Completed in 2972 milliseconds

12 3