MCPcopy Create free account

hub / github.com/danielkrupinski/GOESP / functions

Functions3,911 in github.com/danielkrupinski/GOESP

↓ 1 callersFunctionIns_IP
GOESP/freetype/src/truetype/ttinterp.c:6660
↓ 1 callersFunctionIns_ISECT
* * ISECT[]: moves point to InterSECTion * Opcode range: 0x0F * Stack: 5 * uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:6529
↓ 1 callersFunctionIns_IUP
* * IUP[a]: Interpolate Untouched Points * Opcode range: 0x30-0x31 * Stack: --> */
GOESP/freetype/src/truetype/ttinterp.c:6986
↓ 1 callersFunctionIns_JROF
* * JROF[]: Jump Relative On False * Opcode range: 0x79 * Stack: StkElt int32 --> */
GOESP/freetype/src/truetype/ttinterp.c:3568
↓ 1 callersFunctionIns_JROT
* * JROT[]: Jump Relative On True * Opcode range: 0x78 * Stack: StkElt int32 --> */
GOESP/freetype/src/truetype/ttinterp.c:3553
↓ 1 callersFunctionIns_LOOPCALL
* * LOOPCALL[]: LOOP and CALL function * Opcode range: 0x2A * Stack: uint32? Eint16? --> */
GOESP/freetype/src/truetype/ttinterp.c:4034
↓ 1 callersFunctionIns_LT
* * LT[]: Less Than * Opcode range: 0x50 * Stack: int32? int32? --> bool */
GOESP/freetype/src/truetype/ttinterp.c:2815
↓ 1 callersFunctionIns_LTEQ
* * LTEQ[]: Less Than or EQual * Opcode range: 0x51 * Stack: int32? int32? --> bool */
GOESP/freetype/src/truetype/ttinterp.c:2828
↓ 1 callersFunctionIns_MAX
* * MAX[]: MAXimum * Opcode range: 0x8B * Stack: int32? int32? --> int32 */
GOESP/freetype/src/truetype/ttinterp.c:3265
↓ 1 callersFunctionIns_MD
* * MD[a]: Measure Distance * Opcode range: 0x49-0x4A * Stack: uint32 uint32 --> f26.6 * * XXX: UNDOCUMENTED: Measure tak
GOESP/freetype/src/truetype/ttinterp.c:4932
↓ 1 callersFunctionIns_MDAP
* * MDAP[a]: Move Direct Absolute Point * Opcode range: 0x2E-0x2F * Stack: uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:5935
↓ 1 callersFunctionIns_MDRP
* * MDRP[abcde]: Move Direct Relative Point * Opcode range: 0xC0-0xDF * Stack: uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:6096
↓ 1 callersFunctionIns_MIAP
* * MIAP[a]: Move Indirect Absolute Point * Opcode range: 0x3E-0x3F * Stack: uint32 uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:5981
↓ 1 callersFunctionIns_MIN
* * MIN[]: MINimum * Opcode range: 0x8C * Stack: int32? int32? --> int32 */
GOESP/freetype/src/truetype/ttinterp.c:3279
↓ 1 callersFunctionIns_MINDEX
* * MINDEX[]: Move INDEXed element * Opcode range: 0x26 * Stack: int32? --> StkElt */
GOESP/freetype/src/truetype/ttinterp.c:3293
↓ 1 callersFunctionIns_MIRP
* * MIRP[abcde]: Move Indirect Relative Point * Opcode range: 0xE0-0xFF * Stack: int32? uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:6232
↓ 1 callersFunctionIns_MPPEM
* * MPPEM[]: Measure Pixel Per EM * Opcode range: 0x4B * Stack: --> Euint16 */
GOESP/freetype/src/truetype/ttinterp.c:2703
↓ 1 callersFunctionIns_MPS
* * MPS[]: Measure Point Size * Opcode range: 0x4C * Stack: --> Euint16 */
GOESP/freetype/src/truetype/ttinterp.c:2717
↓ 1 callersFunctionIns_MSIRP
* * MSIRP[a]: Move Stack Indirect Relative Position * Opcode range: 0x3A-0x3B * Stack: f26.6 uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:5865
↓ 1 callersFunctionIns_MUL
* * MUL[]: MULtiply * Opcode range: 0x63 * Stack: f26.6 f26.6 --> f26.6 */
GOESP/freetype/src/truetype/ttinterp.c:3003
↓ 1 callersFunctionIns_NEG
* * NEG[]: NEGate * Opcode range: 0x65 * Stack: f26.6 --> f26.6 */
GOESP/freetype/src/truetype/ttinterp.c:3030
↓ 1 callersFunctionIns_NEQ
* * NEQ[]: Not EQual * Opcode range: 0x55 * Stack: StkElt StkElt --> bool */
GOESP/freetype/src/truetype/ttinterp.c:2880
↓ 1 callersFunctionIns_NOT
* * NOT[]: logical NOT * Opcode range: 0x5C * Stack: StkElt --> uint32 */
GOESP/freetype/src/truetype/ttinterp.c:2947
↓ 1 callersFunctionIns_NPUSHB
* * NPUSHB[]: PUSH N Bytes * Opcode range: 0x40 * Stack: --> uint32... */
GOESP/freetype/src/truetype/ttinterp.c:4209
↓ 1 callersFunctionIns_NPUSHW
* * NPUSHW[]: PUSH N Words * Opcode range: 0x41 * Stack: --> int32... */
GOESP/freetype/src/truetype/ttinterp.c:4237
↓ 1 callersFunctionIns_NROUND
* * NROUND[ab]: No ROUNDing of value * Opcode range: 0x6C-0x6F * Stack: f26.6 --> f26.6 */
GOESP/freetype/src/truetype/ttinterp.c:3251
↓ 1 callersFunctionIns_ODD
* * ODD[]: Is ODD * Opcode range: 0x56 * Stack: f26.6 --> bool */
GOESP/freetype/src/truetype/ttinterp.c:2893
↓ 1 callersFunctionIns_OR
* * OR[]: logical OR * Opcode range: 0x5B * Stack: uint32 uint32 --> uint32 */
GOESP/freetype/src/truetype/ttinterp.c:2934
↓ 1 callersFunctionIns_POP
* * POP[]: POP the stack's top element * Opcode range: 0x21 * Stack: StkElt --> */
GOESP/freetype/src/truetype/ttinterp.c:2757
↓ 1 callersFunctionIns_PUSHB
* * PUSHB[abc]: PUSH Bytes * Opcode range: 0xB0-0xB7 * Stack: --> uint32... */
GOESP/freetype/src/truetype/ttinterp.c:4268
↓ 1 callersFunctionIns_PUSHW
* * PUSHW[abc]: PUSH Words * Opcode range: 0xB8-0xBF * Stack: --> int32... */
GOESP/freetype/src/truetype/ttinterp.c:4294
↓ 1 callersFunctionIns_RCVT
* * RCVT[]: Read CVT * Opcode range: 0x45 * Stack: uint32 --> f26.6 */
GOESP/freetype/src/truetype/ttinterp.c:3184
↓ 1 callersFunctionIns_RDTG
* * RDTG[]: Round Down To Grid * Opcode range: 0x7D * Stack: --> */
GOESP/freetype/src/truetype/ttinterp.c:4786
↓ 1 callersFunctionIns_ROFF
* * ROFF[]: Round OFF * Opcode range: 0x7A * Stack: --> */
GOESP/freetype/src/truetype/ttinterp.c:4800
↓ 1 callersFunctionIns_ROLL
* * ROLL[]: ROLL top three elements * Opcode range: 0x8A * Stack: 3 * StkElt --> 3 * StkElt */
GOESP/freetype/src/truetype/ttinterp.c:3352
↓ 1 callersFunctionIns_ROUND
* * ROUND[ab]: ROUND value * Opcode range: 0x68-0x6B * Stack: f26.6 --> f26.6 */
GOESP/freetype/src/truetype/ttinterp.c:3237
↓ 1 callersFunctionIns_RS
* * RS[]: Read Store * Opcode range: 0x43 * Stack: uint32 --> uint32 */
GOESP/freetype/src/truetype/ttinterp.c:3069
↓ 1 callersFunctionIns_RTDG
* RTDG[]: Round To Double Grid * Opcode range: 0x3D * Stack: --> */
GOESP/freetype/src/truetype/ttinterp.c:4759
↓ 1 callersFunctionIns_RTG
* * RTG[]: Round To Grid * Opcode range: 0x18 * Stack: --> */
GOESP/freetype/src/truetype/ttinterp.c:4746
↓ 1 callersFunctionIns_RTHG
* * RTHG[]: Round To Half Grid * Opcode range: 0x19 * Stack: --> */
GOESP/freetype/src/truetype/ttinterp.c:4732
↓ 1 callersFunctionIns_RUTG
* RUTG[]: Round Up To Grid * Opcode range: 0x7C * Stack: --> */
GOESP/freetype/src/truetype/ttinterp.c:4772
↓ 1 callersFunctionIns_S45ROUND
* * S45ROUND[]: Super ROUND 45 degrees * Opcode range: 0x77 * Stack: uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:4831
↓ 1 callersFunctionIns_SANGW
* * SANGW[]: Set ANGle Weight * Opcode range: 0x7E * Stack: uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:4688
↓ 1 callersFunctionIns_SCANCTRL
* * SCANCTRL[]: SCAN ConTRoL * Opcode range: 0x85 * Stack: uint32? --> */
GOESP/freetype/src/truetype/ttinterp.c:5280
↓ 1 callersFunctionIns_SCANTYPE
* * SCANTYPE[]: SCAN TYPE * Opcode range: 0x8D * Stack: uint16 --> */
GOESP/freetype/src/truetype/ttinterp.c:5327
↓ 1 callersFunctionIns_SCFS
* * SCFS[]: Set Coordinate From Stack * Opcode range: 0x48 * Stack: f26.6 uint32 --> * * Formula: * * OA := OA + (
GOESP/freetype/src/truetype/ttinterp.c:4889
↓ 1 callersFunctionIns_SCVTCI
* * SCVTCI[]: Set Control Value Table Cut In * Opcode range: 0x1D * Stack: f26.6 --> */
GOESP/freetype/src/truetype/ttinterp.c:4619
↓ 1 callersFunctionIns_SDB
* * SDB[]: Set Delta Base * Opcode range: 0x5E * Stack: uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:4701
↓ 1 callersFunctionIns_SDPVTL
* * SDPvTL[a]: Set Dual PVector to Line * Opcode range: 0x86-0x87 * Stack: uint32 uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:5010
↓ 1 callersFunctionIns_SDS
* * SDS[]: Set Delta Shift * Opcode range: 0x5F * Stack: uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:4715
↓ 1 callersFunctionIns_SFVFS
* * SFvFS[]: Set FVector From Stack * Opcode range: 0x0B * Stack: f2.14 f2.14 --> */
GOESP/freetype/src/truetype/ttinterp.c:4508
↓ 1 callersFunctionIns_SFVTL
* * SFvTL[a]: Set FVector To Line * Opcode range: 0x08-0x09 * Stack: uint32 uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:4447
↓ 1 callersFunctionIns_SFVTPV
* * SFvTPv[]: Set FVector To PVector * Opcode range: 0x0E * Stack: --> */
GOESP/freetype/src/truetype/ttinterp.c:4467
↓ 1 callersFunctionIns_SHC
* * SHC[a]: SHift Contour * Opcode range: 0x34-35 * Stack: uint32 --> * * UNDOCUMENTED: According to Greg Hitchcock, there
GOESP/freetype/src/truetype/ttinterp.c:5619
↓ 1 callersFunctionIns_SHP
* * SHP[a]: SHift Point by the last point * Opcode range: 0x32-0x33 * Stack: uint32... --> */
GOESP/freetype/src/truetype/ttinterp.c:5558
↓ 1 callersFunctionIns_SHPIX
* * SHPIX[]: SHift points by a PIXel amount * Opcode range: 0x38 * Stack: f26.6 uint32... --> */
GOESP/freetype/src/truetype/ttinterp.c:5719
↓ 1 callersFunctionIns_SHZ
* * SHZ[a]: SHift Zone * Opcode range: 0x36-37 * Stack: uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:5671
↓ 1 callersFunctionIns_SLOOP
* * SLOOP[]: Set LOOP variable * Opcode range: 0x17 * Stack: int32? --> */
GOESP/freetype/src/truetype/ttinterp.c:3381
↓ 1 callersFunctionIns_SMD
* * SMD[]: Set Minimum Distance * Opcode range: 0x1A * Stack: f26.6 --> */
GOESP/freetype/src/truetype/ttinterp.c:4605
↓ 1 callersFunctionIns_SPVFS
* * SPvFS[]: Set PVector From Stack * Opcode range: 0x0A * Stack: f2.14 f2.14 --> */
GOESP/freetype/src/truetype/ttinterp.c:4481
↓ 1 callersFunctionIns_SPVTL
* * SPvTL[a]: Set PVector To Line * Opcode range: 0x06-0x07 * Stack: uint32 uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:4426
↓ 1 callersFunctionIns_SROUND
* * SROUND[]: Super ROUND * Opcode range: 0x76 * Stack: Eint8 --> */
GOESP/freetype/src/truetype/ttinterp.c:4814
↓ 1 callersFunctionIns_SRP0
* * SRP0[]: Set Reference Point 0 * Opcode range: 0x10 * Stack: uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:4563
↓ 1 callersFunctionIns_SRP1
* * SRP1[]: Set Reference Point 1 * Opcode range: 0x11 * Stack: uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:4577
↓ 1 callersFunctionIns_SRP2
* * SRP2[]: Set Reference Point 2 * Opcode range: 0x12 * Stack: uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:4591
↓ 1 callersFunctionIns_SSW
* * SSW[]: Set Single Width * Opcode range: 0x1F * Stack: int32? --> */
GOESP/freetype/src/truetype/ttinterp.c:4647
↓ 1 callersFunctionIns_SSWCI
* * SSWCI[]: Set Single Width Cut In * Opcode range: 0x1E * Stack: f26.6 --> */
GOESP/freetype/src/truetype/ttinterp.c:4633
↓ 1 callersFunctionIns_SUB
* * SUB[]: SUBtract * Opcode range: 0x61 * Stack: f26.6 f26.6 --> f26.6 */
GOESP/freetype/src/truetype/ttinterp.c:2973
↓ 1 callersFunctionIns_SWAP
* * SWAP[]: SWAP the stack's top two elements * Opcode range: 0x23 * Stack: 2 * StkElt --> 2 * StkElt */
GOESP/freetype/src/truetype/ttinterp.c:2783
↓ 1 callersFunctionIns_SZP0
* * SZP0[]: Set Zone Pointer 0 * Opcode range: 0x13 * Stack: uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:5093
↓ 1 callersFunctionIns_SZP1
* * SZP1[]: Set Zone Pointer 1 * Opcode range: 0x14 * Stack: uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:5123
↓ 1 callersFunctionIns_SZP2
* * SZP2[]: Set Zone Pointer 2 * Opcode range: 0x15 * Stack: uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:5153
↓ 1 callersFunctionIns_SZPS
* * SZPS[]: Set Zone PointerS * Opcode range: 0x16 * Stack: uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:5183
↓ 1 callersFunctionIns_SxyTCA
* * SVTCA[a]: Set (F and P) Vectors to Coordinate Axis * Opcode range: 0x00-0x01 * Stack: --> * * SPvTCA[a]: Set PVector
GOESP/freetype/src/truetype/ttinterp.c:4390
↓ 1 callersFunctionIns_UTP
* * UTP[a]: UnTouch Point * Opcode range: 0x29 * Stack: uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:6817
↓ 1 callersFunctionIns_WCVTF
* * WCVTF[]: Write CVT in Funits * Opcode range: 0x70 * Stack: uint32 uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:3161
↓ 1 callersFunctionIns_WCVTP
* * WCVTP[]: Write CVT in Pixel units * Opcode range: 0x44 * Stack: f26.6 uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:3138
↓ 1 callersFunctionIns_WS
* * WS[]: Write Store * Opcode range: 0x42 * Stack: uint32 uint32 --> */
GOESP/freetype/src/truetype/ttinterp.c:3115
↓ 1 callersMethodIsActive
GOESP/imgui/imgui.h:2011
↓ 1 callersFunctionIsActiveIdUsingNavInput
GOESP/imgui/imgui_internal.h:2337
↓ 1 callersMethodIsDataType
GOESP/imgui/imgui.h:1953
↓ 1 callersMethodIsGlyphRangeUnused
API is designed this way to avoid exposing the 4K page size e.g. use with IsGlyphRangeUnused(0, 255)
GOESP/imgui/imgui_draw.cpp:3165
↓ 1 callersFunctionIsMacBinary
Check for a valid macbinary header, and if we find one */ check that the (flattened) resource fork in it is valid. */ /
GOESP/freetype/src/base/ftobjs.c:2181
↓ 1 callersFunctionLine_Down
* * @Function: * Line_Down * * @Description: * Compute the x-coordinates of an descending line segment and store * them in the
GOESP/freetype/src/raster/ftraster.c:1159
↓ 1 callersMethodLoadGlyph
GOESP/imgui/imgui_freetype.cpp:222
↓ 1 callersFunctionMD5_Final
GOESP/freetype/src/base/md5.c:258
↓ 1 callersFunctionMD5_Init
GOESP/freetype/src/base/md5.c:207
↓ 1 callersFunctionMD5_Update
GOESP/freetype/src/base/md5.c:218
↓ 1 callersFunctionMac_Read_POST_Resource
The resource header says we've got resource_cnt `POST' (type1) */ resources in this file. They all need to be coalesced into */ one lump which get
GOESP/freetype/src/base/ftobjs.c:1826
↓ 1 callersFunctionMac_Read_sfnt_Resource
The resource header says we've got resource_cnt `sfnt' */ (TrueType/OpenType) resources in this file. Look through */ them for the one indicat
GOESP/freetype/src/base/ftobjs.c:2048
↓ 1 callersFunctionMenuBarHeight
GOESP/imgui/imgui_internal.h:1849
↓ 1 callersFunctionMetricsHelpMarker
Avoid naming collision with imgui_demo.cpp's HelpMarker() for unity builds.
GOESP/imgui/imgui.cpp:10815
↓ 1 callersFunctionNavClampRectToVisibleAreaForMoveDir
GOESP/imgui/imgui.cpp:8572
↓ 1 callersFunctionNodeFont
[Internal] Display details for a single font, called by ShowStyleEditor().
GOESP/imgui/imgui_demo.cpp:5759
↓ 1 callersFunctionNotifyOfDocumentsClosedElsewhere
[Optional] Notify the system of Tabs/Windows closure that happened outside the regular tab interface. If a tab has been closed programmatically (aka c
GOESP/imgui/imgui_demo.cpp:7462
↓ 1 callersFunctionPS_Conv_ASCIIHexDecode
GOESP/freetype/src/psaux/psconv.c:463
↓ 1 callersFunctionPS_Conv_EexecDecode
GOESP/freetype/src/psaux/psconv.c:556
↓ 1 callersFunctionPathBezierCubicCurveToCasteljau
Closely mimics ImBezierCubicClosestPointCasteljau() in imgui.cpp
GOESP/imgui/imgui_draw.cpp:1209
↓ 1 callersFunctionPathBezierQuadraticCurveToCasteljau
GOESP/imgui/imgui_draw.cpp:1234
↓ 1 callersMethodPrimRectUV
GOESP/imgui/imgui_draw.cpp:660
← previousnext →1,301–1,400 of 3,911, ranked by callers