OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:native_scale
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/
android_graphics_Canvas.cpp
700
{"
native_scale
","(JFF)V", (void*) CanvasJNI::scale},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java
267
/*package*/ static void
native_scale
(long nativeCanvas, float sx, float sy) {
method in class:Canvas_Delegate
[
all
...]
/frameworks/base/graphics/java/android/graphics/
Canvas.java
599
native_scale
(mNativeCanvasWrapper, sx, sy);
method
1986
private static native void
native_scale
(long canvasHandle,
method in class:Canvas
[
all
...]
Completed in 738 milliseconds