• Home
  • Raw
  • Download

Lines Matching refs:toInt

39 static inline int toInt (const char* str)  in toInt()  function
531 image->width = toInt(getAttribute("Width")); in handleElementStart()
532 image->height = toInt(getAttribute("Height")); in handleElementStart()
613 config->bufferSize = toInt(getAttribute("BufferSize")); in handleElementStart()
614 config->redSize = toInt(getAttribute("RedSize")); in handleElementStart()
615 config->greenSize = toInt(getAttribute("GreenSize")); in handleElementStart()
616 config->blueSize = toInt(getAttribute("BlueSize")); in handleElementStart()
617 config->luminanceSize = toInt(getAttribute("LuminanceSize")); in handleElementStart()
618 config->alphaSize = toInt(getAttribute("AlphaSize")); in handleElementStart()
619 config->alphaMaskSize = toInt(getAttribute("AlphaMaskSize")); in handleElementStart()
624 config->configID = toInt(getAttribute("ConfigID")); in handleElementStart()
626 config->depthSize = toInt(getAttribute("DepthSize")); in handleElementStart()
627 config->level = toInt(getAttribute("Level")); in handleElementStart()
628 config->maxPBufferWidth = toInt(getAttribute("MaxPBufferWidth")); in handleElementStart()
629 config->maxPBufferHeight = toInt(getAttribute("MaxPBufferHeight")); in handleElementStart()
630 config->maxPBufferPixels = toInt(getAttribute("MaxPBufferPixels")); in handleElementStart()
631 config->maxSwapInterval = toInt(getAttribute("MaxSwapInterval")); in handleElementStart()
632 config->minSwapInterval = toInt(getAttribute("MinSwapInterval")); in handleElementStart()
635 config->sampleBuffers = toInt(getAttribute("SampleBuffers")); in handleElementStart()
636 config->samples = toInt(getAttribute("Samples")); in handleElementStart()
637 config->stencilSize = toInt(getAttribute("StencilSize")); in handleElementStart()
640 config->transparentRedValue = toInt(getAttribute("TransparentRedValue")); in handleElementStart()
641 config->transparentGreenValue = toInt(getAttribute("TransparentGreenValue")); in handleElementStart()
642 config->transparentBlueValue = toInt(getAttribute("TransparentBlueValue")); in handleElementStart()