Home
last modified time | relevance | path

Searched refs:curAttributes (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/htop/htop-3.1.2/
H A DLoadAverageMeter.c48 this->curAttributes = OK_attributes; in LoadAverageMeter_updateValues()
51 this->curAttributes = Medium_attributes; in LoadAverageMeter_updateValues()
54 this->curAttributes = High_attributes; in LoadAverageMeter_updateValues()
80 this->curAttributes = OK_attributes; in LoadMeter_updateValues()
83 this->curAttributes = Medium_attributes; in LoadMeter_updateValues()
86 this->curAttributes = High_attributes; in LoadMeter_updateValues()
H A DMeter.c42 this->curAttributes = NULL; in Meter_new()
250 int attr = this->curAttributes ? this->curAttributes[i] : Meter_attributes(this)[i]; in BarMeterMode_draw()
H A DMeter.h115 const int* curAttributes; member
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/Additions/GNUstepGUI/
H A DGSHorizontalTypesetter.h53 NSDictionary *curAttributes; variable
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/tasks/
H A DLoadRemoteDocumentTask.h283 QXmlAttributes curAttributes; variable
H A DLoadRemoteDocumentTask.cpp578 curAttributes = attributes; in startElement()
592 QString itemName = curAttributes.value("Name"); in endElement()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DGSHorizontalTypesetter.m133 curAttributes = nil;
148 curAttributes = [curTextStorage attributesAtIndex: char_index
151 n = [curAttributes objectForKey: NSKernAttributeName];
160 n = [curAttributes objectForKey: NSBaselineOffsetAttributeName];
166 n = [curAttributes objectForKey: NSSuperscriptAttributeName];
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.amd64/src/org/graalvm/compiler/asm/amd64/
H A DAMD64Assembler.java246 private AMD64InstructionAttr curAttributes; field in AMD64Assembler
249 return curAttributes; in getCurAttributes()
253 curAttributes = attributes; in setCurAttributes()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.amd64/src/org/graalvm/compiler/asm/amd64/
H A DAMD64Assembler.java246 private AMD64InstructionAttr curAttributes; field in AMD64Assembler
249 return curAttributes; in getCurAttributes()
253 curAttributes = attributes; in setCurAttributes()