/third_party/skia/include/core/ |
H A D | SkDocument.h | 82 State getState() const { return fState; } in getState() 86 State fState; member in SkDocument
|
/third_party/skia/samplecode/ |
H A D | Sample.cpp | 77 fClick->fState = skui::InputState::kDown; in mouse() 85 fClick->fState = skui::InputState::kMove; in mouse() 94 fClick->fState = skui::InputState::kUp; in mouse()
|
H A D | SampleAudio.cpp | 77 if (click->fState == skui::InputState::kUp) {
|
H A D | Sample.h | 67 skui::InputState fState = skui::InputState::kDown; member in Sample::Click
|
H A D | SamplePatch.cpp | 405 switch (click->fState) { 493 switch (click->fState) {
|
H A D | SampleXfer.cpp | 185 if (fSelected && skui::InputState::kUp == click->fState) {
|
H A D | Sample3D.cpp | 338 if (click->fState == skui::InputState::kUp) {
|
/third_party/skia/modules/audioplayer/ |
H A D | SkAudioPlayer.h | 32 State state() const { return fState; } in state() 60 State fState = State::kStopped; member in SkAudioPlayer
|
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphImpl.cpp | 121 , fState(kUnknown) in ParagraphImpl() 155 if (fState < kShaped) { in unresolvedGlyphs() 521 fState >= kLineBroken && in GetLineFontMetrics() 526 fState = kShaped; in GetLineFontMetrics() 527 } else if (fState >= kLineBroken && fOldWidth != floorWidth) { in GetLineFontMetrics() 529 fState = kShaped; in GetLineFontMetrics() 538 if (fState < kShaped) { in GetLineFontMetrics() 541 if (fState < kIndexed) { in GetLineFontMetrics() 545 fState = kIndexed; in GetLineFontMetrics() 590 fState in GetLineFontMetrics() [all...] |
H A D | ParagraphImpl.h | 166 InternalState state() const { return fState; } in state() 221 if (fState > kIndexed) { 222 fState = kIndexed; 401 InternalState fState; member in skia::textlayout::final
|
/third_party/skia/tools/viewer/ |
H A D | TouchGesture.h | 27 bool isBeingTouched() { return kEmpty_State != fState; } in isBeingTouched() 56 State fState; member in TouchGesture
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipelineState.cpp | 122 GrSamplerState fState; in setAndBindTextures() member 154 const auto& samplerState = samplerBindings[0].fState; in setAndBindTextures() 176 GrSamplerState state = samplerBindings[i].fState; in setAndBindTextures() 223 GrSamplerState state = samplerBindings[0].fState; in setAndBindTextures()
|
/third_party/skia/src/pathops/ |
H A D | SkOpContour.h | 130 return fState; in globalState() 190 fState = globalState; in init() 317 fState = state; in setGlobalState() 373 SkOpGlobalState* fState; member in SkOpContour
|
/third_party/skia/fuzz/ |
H A D | FuzzDDLThreading.cpp | 61 State s = fState; in ~PromiseImageInfo() 68 std::atomic<State> fState{State::kInitial}; 143 State prior = promiseImage.fState.exchange(State::kTriedToFulfill, std::memory_order_relaxed); in fulfillPromiseImage() 188 State old = promiseImage.fState.exchange(State::kInitial, std::memory_order_relaxed); in releasePromiseImage()
|
/third_party/skia/src/gpu/v1/ |
H A D | ClipStack.cpp | 788 , fState(ClipState::kWideOpen) in SaveRecord() 802 , fState(prior.fState) in SaveRecord() 812 if (fState == ClipState::kEmpty) { in genID() 814 } else if (fState == ClipState::kWideOpen) { in genID() 825 if (fShader && fState != ClipState::kEmpty) { in state() 828 return fState; in state() 878 fState = ClipState::kWideOpen; in reset() 903 if (fState == ClipState::kEmpty) { in addElement() 909 fState in addElement() [all...] |
H A D | ClipStack.h | 256 // (such as valid index and fState). 277 ClipState fState; member in skgpu::v1::final::SaveRecord
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_iptc.cpp | 48 , fState () in dng_iptc() 130 fState .NotEmpty () || in IsEmpty() 546 ParseString (stream, fState, charSet); in Parse() 910 fState, in Spool()
|
H A D | dng_iptc.h | 62 dng_string fState; member in dng_iptc
|
H A D | dng_xmp.cpp | 2036 iptc.fState, in SyncIPTC()
|
/third_party/skia/src/core/ |
H A D | SkMiniRecorder.h | 46 State fState; member in SkMiniRecorder
|
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/ |
H A D | paragraph_test.cpp | 140 EXPECT_EQ(paragraphImpl->fState, skia::textlayout::kIndexed); in HWTEST_F()
|