/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
H A D | gxvcommn.c | 1104 FT_UShort newState; in gxv_EntryTable_validate() local 1109 newState = FT_NEXT_USHORT( p ); in gxv_EntryTable_validate() 1113 if ( newState < stateArray || in gxv_EntryTable_validate() 1114 stateArray + stateArray_length < newState ) in gxv_EntryTable_validate() 1116 GXV_TRACE(( " newState offset 0x%04x is out of stateArray\n", in gxv_EntryTable_validate() 1117 newState )); in gxv_EntryTable_validate() 1122 if ( 0 != ( ( newState - stateArray ) % ( 1 + maxClassID ) ) ) in gxv_EntryTable_validate() 1124 GXV_TRACE(( " newState offset 0x%04x is not aligned to %d-classes\n", in gxv_EntryTable_validate() 1125 newState, 1 + maxClassID )); in gxv_EntryTable_validate() 1130 state = (FT_Byte)( ( newState in gxv_EntryTable_validate() [all...] |
/third_party/skia/third_party/externals/oboe/src/opensles/ |
H A D | AudioOutputStreamOpenSLES.h | 66 * @param newState SL_PLAYSTATE_PAUSED, SL_PLAYSTATE_PLAYING, SL_PLAYSTATE_STOPPED 69 Result setPlayState_l(SLuint32 newState);
|
H A D | AudioOutputStreamOpenSLES.cpp | 262 Result AudioOutputStreamOpenSLES::setPlayState_l(SLuint32 newState) { in setPlayState_l() argument 272 SLresult slResult = (*mPlayInterface)->SetPlayState(mPlayInterface, newState); in setPlayState_l()
|
/third_party/skia/src/gpu/ |
H A D | GrDrawingManager.cpp | 101 const GrBackendSurfaceMutableState* newState) { in flush() 118 access == SkSurface::BackendSurfaceAccess::kNoAccess && !newState) { in flush() 237 gpu->executeFlushInfo(proxies, access, info, newState); in flush() 512 const GrBackendSurfaceMutableState* newState) { in flushSurfaces() 533 bool didFlush = this->flush(proxies, access, info, newState); in flushSurfaces() 97 flush( SkSpan<GrSurfaceProxy*> proxies, SkSurface::BackendSurfaceAccess access, const GrFlushInfo& info, const GrBackendSurfaceMutableState* newState) flush() argument 508 flushSurfaces( SkSpan<GrSurfaceProxy*> proxies, SkSurface::BackendSurfaceAccess access, const GrFlushInfo& info, const GrBackendSurfaceMutableState* newState) flushSurfaces() argument
|
H A D | GrDirectContextPriv.cpp | 40 const GrBackendSurfaceMutableState* newState) { in flushSurfaces() 60 return this->context()->drawingManager()->flushSurfaces(proxies, access, info, newState); in flushSurfaces() 36 flushSurfaces( SkSpan<GrSurfaceProxy*> proxies, SkSurface::BackendSurfaceAccess access, const GrFlushInfo& info, const GrBackendSurfaceMutableState* newState) flushSurfaces() argument
|
H A D | GrGpu.cpp | 687 const GrBackendSurfaceMutableState* newState) { in executeFlushInfo() 727 SkASSERT(!newState || proxies.size() == 1); in executeFlushInfo() 728 SkASSERT(!newState || access == SkSurface::BackendSurfaceAccess::kNoAccess); in executeFlushInfo() 729 this->prepareSurfacesForBackendAccessAndStateUpdates(proxies, access, newState); in executeFlushInfo() 684 executeFlushInfo(SkSpan<GrSurfaceProxy*> proxies, SkSurface::BackendSurfaceAccess access, const GrFlushInfo& info, const GrBackendSurfaceMutableState* newState) executeFlushInfo() argument
|
H A D | GrGpu.h | 398 const GrBackendSurfaceMutableState* newState); 833 const GrBackendSurfaceMutableState* newState) {} in prepareSurfacesForBackendAccessAndStateUpdates() 830 prepareSurfacesForBackendAccessAndStateUpdates( SkSpan<GrSurfaceProxy*> proxies, SkSurface::BackendSurfaceAccess access, const GrBackendSurfaceMutableState* newState) prepareSurfacesForBackendAccessAndStateUpdates() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.cpp | 1985 const GrBackendSurfaceMutableState& newState, in setBackendTextureState() 1992 SkASSERT(newState.isValid() && newState.fBackend == GrBackend::kVulkan); in setBackendTextureState() 1994 newState.fVkState, previousState, in setBackendTextureState() 1999 const GrBackendSurfaceMutableState& newState, in setBackendRenderTargetState() 2006 SkASSERT(newState.fBackend == GrBackend::kVulkan); in setBackendRenderTargetState() 2008 backendRenderTarget.dimensions(), newState.fVkState, in setBackendRenderTargetState() 2208 const GrBackendSurfaceMutableState* newState) { in prepareSurfacesForBackendAccessAndStateUpdates() 2211 if (!proxies.empty() && (access == SkSurface::BackendSurfaceAccess::kPresent || newState)) { in prepareSurfacesForBackendAccessAndStateUpdates() 2214 // state updates anyways. Additionally if we have a newState tha in prepareSurfacesForBackendAccessAndStateUpdates() 1984 setBackendTextureState(const GrBackendTexture& backendTeture, const GrBackendSurfaceMutableState& newState, GrBackendSurfaceMutableState* previousState, sk_sp<GrRefCntedCallback> finishedCallback) setBackendTextureState() argument 1998 setBackendRenderTargetState(const GrBackendRenderTarget& backendRenderTarget, const GrBackendSurfaceMutableState& newState, GrBackendSurfaceMutableState* previousState, sk_sp<GrRefCntedCallback> finishedCallback) setBackendRenderTargetState() argument 2205 prepareSurfacesForBackendAccessAndStateUpdates( SkSpan<GrSurfaceProxy*> proxies, SkSurface::BackendSurfaceAccess access, const GrBackendSurfaceMutableState* newState) prepareSurfacesForBackendAccessAndStateUpdates() argument [all...] |
H A D | GrVkGpu.h | 353 const GrBackendSurfaceMutableState* newState) override;
|
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | fse_decompress.c | 170 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable_internal() 197 cell->newState = 0; in FSE_buildDTable_rle() 223 dinfo[s].newState = 0; in FSE_buildDTable_raw()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-inspector-session-impl.cc | 178 std::unique_ptr<protocol::DictionaryValue> newState = in agentState() local 180 state = newState.get(); in agentState() 181 m_state->setObject(name, std::move(newState)); in agentState()
|
H A D | injected-script.cc | 931 v8::debug::ExceptionBreakState newState) { in setPauseOnExceptionsState() 932 if (!m_inspector->debugger()->enabled()) return newState; in setPauseOnExceptionsState() 935 if (presentState != newState) in setPauseOnExceptionsState() 936 m_inspector->debugger()->setPauseOnExceptionsState(newState); in setPauseOnExceptionsState() 930 setPauseOnExceptionsState( v8::debug::ExceptionBreakState newState) setPauseOnExceptionsState() argument
|
/third_party/skia/src/image/ |
H A D | SkSurface.cpp | 368 const GrBackendSurfaceMutableState* newState) { in flush() 369 return asSB(this)->onFlush(BackendSurfaceAccess::kNoAccess, info, newState); in flush() 367 flush(const GrFlushInfo& info, const GrBackendSurfaceMutableState* newState) flush() argument
|
H A D | SkSurface_Gpu.cpp | 218 const GrBackendSurfaceMutableState* newState) { in onFlush() 227 return dContext->priv().flushSurface(rtp, access, info, newState); in onFlush() 217 onFlush(BackendSurfaceAccess access, const GrFlushInfo& info, const GrBackendSurfaceMutableState* newState) onFlush() argument
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DGpu.h | 230 const GrBackendSurfaceMutableState* newState) override;
|
/third_party/skia/include/core/ |
H A D | SkSurface.h | 998 const GrBackendSurfaceMutableState* newState = nullptr);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RBBITableBuilder.java | 606 RBBIStateDescriptor newState = new RBBIStateDescriptor(lastInputSymbol); in buildStateTable() 607 newState.fPositions = U; in buildStateTable() 608 fDStates.add(newState); in buildStateTable()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RBBITableBuilder.java | 599 RBBIStateDescriptor newState = new RBBIStateDescriptor(lastInputSymbol); in buildStateTable() 600 newState.fPositions = U; in buildStateTable() 601 fDStates.add(newState); in buildStateTable()
|
/third_party/node/deps/npm/node_modules/socks/build/client/ |
H A D | socksclient.js | 213 setState(newState) { 215 this.state = newState;
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbitblb.cpp | 677 RBBIStateDescriptor *newState = new RBBIStateDescriptor(lastInputSymbol, fStatus); in buildStateTable() local 678 if (newState == NULL) { in buildStateTable() 684 newState->fPositions = U; in buildStateTable() 685 fDStates->addElement(newState, *fStatus); in buildStateTable()
|
H A D | ubidi.cpp | 1435 #define s(action, newState) ((uint8_t)(newState+(action<<5))) 1536 #define s(action, newState) ((uint8_t)(newState+(action<<4)))
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbitblb.cpp | 662 RBBIStateDescriptor *newState = new RBBIStateDescriptor(lastInputSymbol, fStatus); in buildStateTable() local 663 if (newState == nullptr) { in buildStateTable() 669 newState->fPositions = U; in buildStateTable() 670 fDStates->addElement(newState, *fStatus); in buildStateTable()
|
H A D | ubidi.cpp | 1435 #define s(action, newState) ((uint8_t)(newState+(action<<5))) 1536 #define s(action, newState) ((uint8_t)(newState+(action<<4)))
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbitblb.cpp | 676 RBBIStateDescriptor *newState = new RBBIStateDescriptor(lastInputSymbol, fStatus); in buildStateTable() local 677 if (newState == NULL) { in buildStateTable() 683 newState->fPositions = U; in buildStateTable() 684 fDStates->addElement(newState, *fStatus); in buildStateTable()
|
H A D | ubidi.cpp | 1435 #define s(action, newState) ((uint8_t)(newState+(action<<5))) 1536 #define s(action, newState) ((uint8_t)(newState+(action<<4)))
|