Searched refs:mState (Results 1 – 3 of 3) sorted by relevance
164 State* mState; member in WebCore::GraphicsContextPlatformPrivate171 mState = state; in GraphicsContextPlatformPrivate()186 new (newState) State(*mState); in save()187 mState = newState; in save()191 mState->~State(); in restore()193 mState = (State*)mStateStack.back(); in restore()197 mState->mFillColor = c.rgb(); in setFillColor()201 mState->mStrokeColor = c.rgb(); in setStrokeColor()205 mState->mStrokeThickness = f; in setStrokeThickness()209 if (mState->mPath) { in beginPath()[all …]
106 mState = STATE_CREATE; in retrieverThread()537 mState = STATE_ADD_DATA_SOURCE; in handleCreate()628 LOGV("Run (%d)", mState); in Run()629 switch(mState) { in Run()662 …us(), PVMFSuccess, (aResponse.GetContext() == (OsclAny*)&mContextObject)? "false": "true", mState); in isCommandSuccessful()670 if (mState == STATE_REMOVE_DATA_SOURCE) { in handleCommandFailure()671 mState = STATE_CLEANUP_AND_COMPLETE; in handleCommandFailure()674 mState = STATE_REMOVE_DATA_SOURCE; in handleCommandFailure()682 LOGV("CommandCompleted (%d)", mState); in CommandCompleted()688 switch(mState) { in CommandCompleted()[all …]
160 MetadataDriverState mState; variable