Searched defs:thisPaint (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java250 /*package*/ static int getFlags(Paint thisPaint) { argument
252 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
263 /*package*/ static void setFlags(Paint thisPaint, int flags) { argument
265 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
274 /*package*/ static void setFilterBitmap(Paint thisPaint, boolean filter) { argument
275 setFlag(thisPaint, Paint.FILTER_BITMAP_FLAG, filter);
279 /*package*/ static int getHinting(Paint thisPaint) { argument
281 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
290 /*package*/ static void setHinting(Paint thisPaint, int mode) { argument
292 Paint_Delegate delegate = sManager.getDelegate(thisPaint
301 setAntiAlias(Paint thisPaint, boolean aa) argument
306 setSubpixelText(Paint thisPaint, boolean subpixelText) argument
311 setUnderlineText(Paint thisPaint, boolean underlineText) argument
316 setStrikeThruText(Paint thisPaint, boolean strikeThruText) argument
321 setFakeBoldText(Paint thisPaint, boolean fakeBoldText) argument
326 setDither(Paint thisPaint, boolean dither) argument
331 setLinearText(Paint thisPaint, boolean linearText) argument
336 getColor(Paint thisPaint) argument
347 setColor(Paint thisPaint, int color) argument
358 getAlpha(Paint thisPaint) argument
369 setAlpha(Paint thisPaint, int a) argument
380 getStrokeWidth(Paint thisPaint) argument
391 setStrokeWidth(Paint thisPaint, float width) argument
402 getStrokeMiter(Paint thisPaint) argument
413 setStrokeMiter(Paint thisPaint, float miter) argument
424 nSetShadowLayer(Paint thisPaint, float radius, float dx, float dy, int color) argument
432 getTextSize(Paint thisPaint) argument
443 setTextSize(Paint thisPaint, float textSize) argument
455 getTextScaleX(Paint thisPaint) argument
466 setTextScaleX(Paint thisPaint, float scaleX) argument
478 getTextSkewX(Paint thisPaint) argument
489 setTextSkewX(Paint thisPaint, float skewX) argument
501 ascent(Paint thisPaint) argument
518 descent(Paint thisPaint) argument
535 getFontMetrics(Paint thisPaint, FontMetrics metrics) argument
546 getFontMetricsInt(Paint thisPaint, FontMetricsInt fmi) argument
571 native_measureText(Paint thisPaint, char[] text, int index, int count) argument
583 native_measureText(Paint thisPaint, String text, int start, int end) argument
588 native_measureText(Paint thisPaint, String text) argument
593 native_breakText(Paint thisPaint, char[] text, int index, int count, float maxWidth, float[] measuredWidth) argument
636 native_breakText(Paint thisPaint, String text, boolean measureForwards, float maxWidth, float[] measuredWidth) argument
1035 native_getTextRunCursor(Paint thisPaint, int native_object, char[] text, int contextStart, int contextLength, int flags, int offset, int cursorOpt) argument
1044 native_getTextRunCursor(Paint thisPaint, int native_object, String text, int contextStart, int contextEnd, int flags, int offset, int cursorOpt) argument
1266 setFlag(Paint thisPaint, int flagMask, boolean flagValue) argument
[all...]

Completed in 99 milliseconds