OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClipState
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java
50
private
ClipState
mClipState;
245
final static class
ClipState
extends ConstantState {
254
ClipState
(
ClipState
orig, ClipDrawable owner, Resources res) {
293
private ClipDrawable(
ClipState
state, Resources res) {
294
mClipState = new
ClipState
(state, this, res);
/external/skia/gpu/include/
GrGpu.h
360
struct
ClipState
{
Completed in 766 milliseconds