OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:groupptr
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp
33
static jlong createTree(JNIEnv*, jobject, jlong
groupPtr
) {
34
VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(
groupPtr
);
39
static jlong createTreeFromCopy(JNIEnv*, jobject, jlong treePtr, jlong
groupPtr
) {
40
VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(
groupPtr
);
88
static void addChild(JNIEnv*, jobject, jlong
groupPtr
, jlong childPtr) {
89
VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(
groupPtr
);
162
static jboolean getGroupProperties(JNIEnv* env, jobject, jlong
groupPtr
,
164
VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(
groupPtr
);
171
static void updateGroupProperties(JNIEnv*, jobject, jlong
groupPtr
, jfloat rotate, jfloat pivotX,
173
VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(
groupPtr
);
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java
240
static long nCreateGroup(long
groupPtr
) {
241
VGroup_Delegate original = VNativeObject.getDelegate(
groupPtr
);
253
static boolean nGetGroupProperties(long
groupPtr
, float[] propertiesData,
255
VGroup_Delegate group = VNativeObject.getDelegate(
groupPtr
);
270
static void nUpdateGroupProperties(long
groupPtr
, float rotate, float pivotX,
272
VGroup_Delegate group = VNativeObject.getDelegate(
groupPtr
);
284
static void nAddChild(long
groupPtr
, long nodePtr) {
285
VGroup_Delegate group = VNativeObject.getDelegate(
groupPtr
);
303
static float nGetRotation(long
groupPtr
) {
304
VGroup_Delegate group = VNativeObject.getDelegate(
groupPtr
);
[
all
...]
/frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java
[
all
...]
/external/pcre/dist/
pcre_compile.c
9460
const pcre_uchar *
groupptr
= NULL;
local
[
all
...]
Completed in 338 milliseconds